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

Quelle  329891.xhtml   Sprache: unbekannt

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

<script>


function init() 

  tbody = document.getElementsByTagName("tbody")[0];
  comment = document.createComment('foopy');
  tbody.parentNode.insertBefore(comment, tbody);
}

window.addEventListener("load", init, false);

</script>

</head>

<body>

<table><tbody><tr><td></td></tr></tbody></table>

</body>
</html>

[ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet)  ]