Files
Mozilla/mozilla/layout/html/tests/table/bugs/bug1271.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

16 lines
477 B
HTML

<body><table CELLSPACING=0 CELLPADDING=0 WIDTH="100%" HEIGHT="100%" >
<tr>
<td WIDTH="160"><img SRC="../images/corner.JPG" height=80 width=160></td>
<td WIDTH="100%" BACKGROUND="../images/160x80.JPG"></td>
<td><img SRC="../images/40x80.JPG" height=80 width=40></td>
</tr>
<tr>
<td WIDTH="160" HEIGHT="80%" BACKGROUND="../images/160x160.JPG"></td>
<td COLSPAN="2" ROWSPAN="2"></td>
</tr>
<tr>
<td><img SRC="../images/160x40.JPG" height=40 width=160></td>
</tr>
</table>
</body>