Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/dom/media/webvtt/test/reftest/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 950 B image not shown  

Impressum vtt_overlapping_time.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/dom/media/webvtt/test/reftest/vtt_overlapping_time.html


<!DOCTYPE HTML>
<html class="reftest-wait">
<head>
</head>
<body>
<video id="v1" src="black.mp4" autoplay width="320" height="180">
  <track label="English" src="cues_time_overlapping.webvtt" default>
</video>
<script type="text/javascript">
/**
 * This test is to ensure that when cues with overlapping times, the one with
 * earlier end timestamp should disappear when the media time reaches its
 * end time. This vtt file contains two cues, the first cue is [0,1], the second
 * cue is [0,4], so after video is playing over 1s, only cue2 should be displayed.
 */
async function testTimeOverlappingCues() {
  const video = document.getElementById("v1");
  video.ontimeupdate = () => {
    if (video.currentTime > 1.0) {
      document.documentElement.removeAttribute('class');
      video.ontimeupdate = null;
    }
  }
};

window.addEventListener("MozReftestInvalidate",
                        testTimeOverlappingCues);
</script>
</body>
</html>

Messung V0.5 in Prozent
C=91 H=97 G=93

¤ 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.0.5Bemerkung:  ¤

*Bot Zugriff






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

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.