haikuwebkit/LayoutTests/tables/mozilla/bugs/bug25004.html

34 lines
588 B
HTML

<html>
<body bgcolor="#c0c0c0">
<table width="100%" border="5">
<tr>
<td>
<table border="3">
<tr>
<td width="1000">&nbsp;</td>
</tr>
</table>
</td>
<td>This is some text</td>
</tr>
</table>
<br>
<table border="5">
<tr>
<td>
<table border="3">
<tr>
<td width="1000">&nbsp;</td>
</tr>
</table>
</td>
<td>This is some text</td>
</tr>
</table>
</body>
</html>