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

SSL 343730-1.xhtml   Sprache: unbekannt

 
rahmenlose Ansicht.xhtml DruckansichtUnknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

<html xmlns="http://www.w3.org/1999/xhtml" class="reftest-wait">
<head>

<script>
<![CDATA[

var div;

function boo()
{  
  var newSpan = document.createElement('span');
  div = document.getElementById('div');

  var newScript = document.createElement('script');
  var nt = document.createTextNode("document.body.removeChild(div);");
  newScript.appendChild(nt); 
  newSpan.appendChild(newScript);
  
  div.appendChild(newSpan);

  document.documentElement.removeAttribute("class");
}

]]>
</script>

</head>

<body onload="setTimeout(boo, 30);">

<div id="div"></div>

</body>

</html>

[ Verzeichnis aufwärts0.36unsichere Verbindung  ]