Files
Mozilla/mozilla/layout/html/tests/table/bugs/bug1800.html
(no author) d368a405db This commit was manufactured by cvs2svn to create branch
'MOZILLA_1_8_0_BRANCH'.

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_0_BRANCH@185757 18797224-902f-48f8-a5cc-f745e15eee43
2005-12-07 05:54:01 +00:00

50 lines
955 B
HTML

<table border>
<tr>
<td>
cell of outer table</td></tr>
<tr>
<td>
<table border=5>
<tr>
<td> cell of nested table</td></tr>
</table>
</tr>
</table>
<BR>
<hr align=left style="width:200px;">
nested table width includes border
<table cellspacing=0 cellpadding=0 border>
<tr>
<td>
<table width=200 border=10>
<tr>
<td>200 nested table</td></tr>
</table></td></tr>
</table>
<BR>
nested table width includes border
<table cellspacing=0 cellpadding=0 border>
<tr>
<td>
<table border=10>
<tr>
<td>auto nested table</td></tr>
</table></td></tr>
</table>
<BR>
nested table width includes border
<table width=100% cellspacing=0 cellpadding=0 border=5>
<tr>
<td>100% width table</td></tr>
</table>
<BR>
nested table width includes border
<table cellspacing=0 cellpadding=0 border>
<tr>
<td>
<table width=100% border=10>
<tr>
<td>100% nested table</td></tr>
</table></td></tr>
</table>