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 527 B image not shown  

Quelle  341227-1.xhtml   Sprache: unbekannt

 
<html xmlns="http://www.w3.org/1999/xhtml" class="reftest-wait">

<head>
<script>

function boom()
{
  var table = document.getElementById('table'); 

  var newTR = document.createElement('tr'); 
  var newTD = document.createElement('td'); 
  newTR.appendChild(newTD); 
  table.appendChild(newTR); 

  newTD.setAttribute('rowspan', 3); 
  
  document.documentElement.removeAttribute("class");
}

</script>
</head>


<body onload="setTimeout(boom, 30);">

<table id="table"><tr><td></td><td></td></tr></table>

</body>

</html>

[ Dauer der Verarbeitung: 0.18 Sekunden  (vorverarbeitet)  ]