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

19 lines
422 B
HTML

<html><head><title>Testcase for bug 32841</title></head>
<body>
<TABLE BORDER=1 CELLSPACING=0 WIDTH="490" BGCOLOR="#FF0000">
<colgroup>
<col width=335>
<col width=155>
</colgroup>
<tr>
<td colspan="2">thelefttablecellis335pixwidewhiletherightoneisonly155pixwidehblahlahblahblahb</td>
</tr>
<tr><td>&nbsp;</td><td>&nbsp;</td>
</TABLE>
<hr width="490" align="left">
</body></html>