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_resume.html   Sprache: HTML

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


<!DOCTYPE HTML>
<html>
<head>
  <title>Media test: Test resume of server-dropped connections</title>
  <script src="/tests/SimpleTest/SimpleTest.js"></script>
  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
</head>
<body>
<audio preload="auto" id="a"></audio>
<iframe id="f"></iframe>
<pre id="test">
<script class="testbody" type="text/javascript">
var key = Math.round(Math.random()*1000000000);
var a = document.getElementById("a");
var f = document.getElementById("f");

function didEnd() {
  ok(a.currentTime > 2.26, "Reached correct end time (got " + a.currentTime + ", expected > 2.26");
  SimpleTest.finish();
}

function didSendCancel() {
  a.addEventListener("ended", didEnd);
  a.play();
}

function didSuspend() {
  a.removeEventListener("suspend", didSuspend);

  // Cache must have filled up, or something. Tell the Web server to drop
  // our connection.
  f.addEventListener("load", didSendCancel);
  f.src = "cancellable_request.sjs?cancelkey=" + key;
}

if (!a.canPlayType("audio/wave")) {
  todo(false, "Test requires support for audio/wave");
} else {
  a.addEventListener("suspend", didSuspend);
  a.src = "cancellable_request.sjs?key=" + key;
  SimpleTest.waitForExplicitFinish();
}
</script>
</pre>
</body>
</html>

Messung V0.5
C=97 H=96 G=96

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