Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/dom/media/test/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 1 kB image not shown  

Quelle  test_standalone.html   Sprache: HTML

 
 products/Sources/formale Sprachen/C/Firefox/dom/media/test/test_standalone.html


<!DOCTYPE HTML>
<html>
<head>
  <title>Media test: standalone video documents</title>
  <script src="/tests/SimpleTest/SimpleTest.js"></script>
  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
  <script type="text/javascript" src="manifest.js"></script>
</head>
<script class="testbody" type="text/javascript">

// Test whether video can be played correctly in a video document
add_task(async function testStandAloneVideoDocument() {
  for (let i=0; i<gSmallTests.length; ++i) {
    const test = gSmallTests[i];

    // We can't play WAV files in stand alone documents, so just don't
    // run the test on non-video content types.
    if (getMajorMimeType(test.type) != "video" ||
        !document.createElement("video").canPlayType(test.type)) {
      continue;
    }

    let f = document.createElement("iframe");
    f.src = test.name;
    document.body.appendChild(f);

    info(`waiting iframe loading ${test.name}`);
    await new Promise(r => f.onload = r);

    const v = f.contentDocument.body.firstChild;
    is(v.tagName.toLowerCase(), "video""Is video element");
    const src = filename(v.currentSrc);
    is(src, test.name, `Name (${src}) should match (${test.name})`);
    is(v.controls, true, `Controls set (${src})`);
    is(v.autoplay, true, `Autoplay set (${src})`);
  }
});

// Helper function
function filename(uri) {
  return uri.substr(uri.lastIndexOf("/")+1);
}

</script>
</body>
</html>

Messung V0.5
C=97 H=94 G=95

¤ Dauer der Verarbeitung: 0.20 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.