Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/docshell/base/crashtests/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 672 B image not shown  

Quelle  2005094.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/docshell/base/crashtests/2005094.html


<div id=l1>
 <div id=l2>
  <iframe id="ifr"></iframe>
 </div>
</div>
<script>
document.addEventListener("DOMContentLoaded", () => {
  // On load, synchronously re-bind the iframe to cause another synchronous load
  ifr.onload = () => l1.appendChild(l2)
  try {
    // Start a synchronous load that nests itself indefinitely
    ifr.parentNode.appendChild(ifr)
  } catch (e) {
    if (e.name == "RangeError") {
        // Silence stack overflow errors
    } else {
        throw e;
    }
  }
  // Once we're here, something interrupted the infinite recursion
  // Don't crash when trying to access the possibly broken document
  window.frames[0].document.body
})
</script>

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

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