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

Quelle  503709-1.xhtml   Sprache: unbekannt

 
<html contenteditable="true" xmlns="http://www.w3.org/1999/xhtml"><head><script>

function boom()
{
  document.execCommand("selectAll", false, "");
  try { document.execCommand("justifyfull", false, null); } catch(e) { }
  try { document.execCommand("inserthorizontalrule", false, "false"); } catch(e) { }
  document.execCommand("delete", false, null);
}

</script></head>x y z<body onload="boom();"><div/></body></html>

[ Dauer der Verarbeitung: 0.13 Sekunden  (vorverarbeitet)  ]