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

Quelle  344228-1.xhtml   Sprache: unbekannt

 
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" onload="setTimeout(boom, 30);" class="reftest-wait">

<script>

function remove(q1) { q1.parentNode.removeChild(q1); } 

function boom()
{
  var x = document.getElementById("x");
  var y = document.getElementById("y");
  remove(x);
  remove(y);
  
  document.documentElement.removeAttribute("class");
}

</script>

<tree>
  <treechildren id="y"/>
  <richlistbox>
    <hbox id="x"/>
    <menulist/>
  </richlistbox>
</tree>

</window>

[ Dauer der Verarbeitung: 0.14 Sekunden  (vorverarbeitet)  ]