tenfourfox/layout/tables/crashtests/374819-2.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

17 lines
369 B
HTML

<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>