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

Quelle  348708-1.xhtml   Sprache: unbekannt

 
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<script>
function foopy()
{
  var optgroup = document.getElementById("optgroup");
  var newspan = document.createElementNS("http://www.w3.org/1999/xhtml", "span");
  optgroup.insertBefore(newspan, optgroup.firstChild);
}
</script>
</head>

<body onload="foopy()">

<select><optgroup label="optgroup" id="optgroup"><option>option</option></optgroup></select>

</body>

</html>

[ Dauer der Verarbeitung: 0.3 Sekunden  (vorverarbeitet)  ]