jruderman%hmc.edu 86a0728370 Add a crashtest
git-svn-id: svn://10.0.0.236/trunk@247424 18797224-902f-48f8-a5cc-f745e15eee43
2008-03-09 06:37:45 +00:00

22 lines
369 B
HTML

<html xmlns="http://www.w3.org/1999/xhtml">
<body onload="var doomed = document.getElementById('doomed'); doomed.parentNode.removeChild(doomed); ">
<table id="table1" style="border-collapse: collapse;">
<tbody>
<tr>
</tr>
</tbody>
<tbody id="doomed">
<tr>
<td>td</td>
</tr>
</tbody>
<colgroup>
</colgroup>
</table>
</body>
</html>