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

Quelle  test_SetModeThrows.html   Sprache: HTML

 
 products/sources/formale Sprachen/C/Firefox/dom/media/mediasource/test/test_SetModeThrows.html


<!DOCTYPE HTML>
<html>
<head>
  <title>MSE: append initialization</title>
  <script src="/tests/SimpleTest/SimpleTest.js"></script>
  <script type="text/javascript" src="mediasource.js"></script>
  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
</head>
<body>
<pre id="test">
<script class="testbody" type="text/javascript">

SimpleTest.waitForExplicitFinish();

// MSE supports setting mode now. make sure it does not throw.
runWithMSE(function(ms) {
  ms.addEventListener("sourceopen", () => {
    const sb = ms.addSourceBuffer("video/webm");

    sb.mode = "segments";
    ok("true""Setting to segments does not throw");
    try {
      sb.mode = "sequence";
      ok("true""Setting to sequence does not throw");
    } catch (e) { ok(false, "Should not throw setting mode to sequence: " + e); }

    SimpleTest.finish();
  });
});

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

Messung V0.5
C=100 H=100 G=100

¤ Dauer der Verarbeitung: 0.19 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.