Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/js/xpconnect/crashtests/   (Firefox Browser Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 783 B image not shown  

Quelle  751995.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/js/xpconnect/crashtests/751995.html


<!DOCTYPE html>
<html class="reftest-wait">
<head>
<script>

function frameDoc() { return document.getElementById("f").contentDocument; }

function arm() {
  // Create an element in the iframe.
  var div = frameDoc().createElement("div");

  // Force a wrapper to be created for .style.
  var style = div.style;
  style.color = "green";

  // Adopt the element out of the iframe, leaving the |style| behind.
  document.adoptNode(div);
}

function boom()
{
  // Create an orphan.
  arm();

  // Force an iteration over all the wrappers in frameDoc's scope, causing
  // us to notice the orphan.
  frameDoc().write("2");

  // All done.
  document.documentElement.removeAttribute("class");
}

</script>
</head>
<body onload="boom();"><iframe id="f" srcdoc="1"></iframe></body>
</html>

Messung V0.5 in Prozent
C=91 H=98 G=94

¤ Dauer der Verarbeitung: 0.19 Sekunden  (vorverarbeitet am  2026-06-10) ¤

*© 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.