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

Quelle  538062-1.xhtml   Sprache: unbekannt

 
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script type="text/javascript">
<![CDATA[

function boom()
{
  var option = document.getElementsByTagName("option")[0];
  var b = option.firstChild;
  option.appendChild(document.createTextNode("\u064A"));
  document.documentElement.offsetHeight;
  option.removeChild(b);
}

]]>
</script>
</head>

<body onload="boom();"><select><option>B </option></select></body>
</html>

[ Dauer der Verarbeitung: 0.18 Sekunden  (vorverarbeitet)  ]