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 405 B image not shown  

Quelle  693212.xhtml   Sprache: unbekannt

 
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script type="text/javascript">
  function boom() { 
    select = document.createElementNS("http://www.w3.org/1999/xhtml", "select");
    text = document.body.childNodes[0];
    select.setAttribute("onDOMSubtreeModified", "text.parentNode.removeChild(text);");
    select.appendChild(text);
  }
</script>
</head>

<body onload="boom()">

</body>
</html>

[ Dauer der Verarbeitung: 0.16 Sekunden  (vorverarbeitet)  ]