products/Sources/formale Sprachen/C/LibreOffice/sd/qa/unit/tiledrendering/data/   (Office von Apache Version 25.8.3.2©)  Datei vom 5.10.2025 mit Größe 34 kB 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.