Add crashtests

This commit is contained in:
jruderman@hmc.edu 2007-12-16 21:55:32 -08:00
parent 626715691a
commit 0300941fc7
3 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<body>
<table>
<tr>
<td>A B</td>
<td>C</td>
</tr>
<tr>
<td width="100" colspan="3">D</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,16 @@
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td>hello</td>
<td>
<!-- contents of the cell with 0 min width and non-0 pref width -->
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="5"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2" width="100"></td>
</tr>
</table>

View File

@ -17,6 +17,8 @@ load 368166-1.xhtml
load 370876-1.html
load 373611-1.html
load 374356-1.html
load 374819-1.html
load 374819-2.html
load 379687-1.html
load 387051-1.html
load 391898-1.html