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

Quelle  1881375-1.html   Sprache: HTML

 
 products/Sources/formale Sprachen/C/Firefox/layout/generic/crashtests/1881375-1.html


<!DOCTYPE html>
<html class="reftest-wait">
<script>
// Loop count for the handler below. This value seems to be enough for the
// crashtest to be likely to trigger the crash.
const MAX_LOADS = 3;
let loadCount = 0;

// Handler which gets invoked by the iframe whenever it completes a load
// (and dynamically reloads itself). This lets us allow the testcase to
// reload over and over (as seems to be required to trigger the crash),
// while also keeping the test duration reasonably bounded.
window.addEventListener(
  "message",
  (event) => {
    if (loadCount++ == MAX_LOADS) {
      // After MAX_LOADS reloads of the iframe, call ourselves done.
      myIframe.remove();
      document.documentElement.className = "";
    }
  }
);

</script>
<iframe id="myIframe" src="1881375-1-helper.html"></iframe>

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

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