Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/image/test/crashtests/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 1 kB image not shown  

Quelle  1634839-1.html   Sprache: HTML

 
 products/Sources/formale Sprachen/C/Firefox/image/test/crashtests/1634839-1.html


<!DOCTYPE HTML>
<html class="reftest-wait">
<head>
</head>
<body>
<div id="container">
  <iframe id='if' src="1634839-1-iframe.html"></iframe>
</div>

<script>
let iterationsLeft = 1;

let img = null;

function runTest() {
  // Make sure the image is decoded and advanced to it's final frame.
  img = document.getElementById("if").contentWindow.document.getElementById("image1");
  img.decode().then(function() {
    setTimeout(forceDiscard, 200);
  });
}

function showIframe() {
  document.getElementById("container").style.display = "";
  document.documentElement.getBoundingClientRect();
  requestAnimationFrame(forceDecode);
}

function forceDecode() {
  img.decode().then(function() {
    setTimeout(forceDiscard, 0);
  });
}

function forceDiscard() {
  iterationsLeft--;
  if (iterationsLeft < 0) {
    document.documentElement.className = "";
    return;
  }
  document.getElementById("container").style.display = "none";
  document.documentElement.getBoundingClientRect();
  img.remove();
  requestAnimationFrame(() => { requestAnimationFrame( () => { setTimeout(showIframe, 0); } ) });
}

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

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

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