Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/js/xpconnect/crashtests/   (Browser von der Mozilla Stiftung 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
C=97 H=100 G=98

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