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

Quelle  1319486.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/dom/media/webvtt/test/crashtests/1319486.html


<!DOCTYPE html>
<html>
<head>
  <title> Bug 1319486 : Crash if a texttrackcue added to different texttracks. </title>
</head>
<body>
<video id=v1></video>
<video id=v2></video>
</body>
<meta charset="utf-8">
<script type="text/javascript">

addEventListener('DOMContentLoaded', function(){
  let cue,tt1,tt2;
  v1.play();
  tt1 = v1.addTextTrack('metadata'"""");
  v1.play();
  v1.currentTime = 8;
  cue = new VTTCue(00.5"");
  tt1.addCue(cue);
  tt2 = v2.addTextTrack('captions'"""");
  tt2.addCue(cue);
  tt2.removeCue(cue);
  tt1.addCue(new VTTCue(0.72""));
});
</script>
</html>

Messung V0.5 in Prozent
C=87 H=99 G=93

¤ Dauer der Verarbeitung: 0.2 Sekunden  ¤

*© Formatika GbR, Deutschland






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.