Add a crashtest

This commit is contained in:
jruderman@hmc.edu 2008-03-08 22:37:45 -08:00
parent 8ddee95952
commit f128056e1e
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,21 @@
<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>

View File

@ -14,6 +14,7 @@ load 347725-1.xhtml
load 348977-1.xhtml
load 350524-1.xhtml
load 351326-1.xhtml
load 351327-1.xhtml
load 351328-1.xhtml
load 351628-1.xhtml
load 358679-1.xhtml