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

24 lines
491 B
HTML

<HTML>
<BODY>
<TABLE BORDER=0 cellpadding=0 cellspacing=0 width=600>
<TR>
<TD WIDTH=150 BGCOLOR=00EEEE>
150 pixels wide
</TD>
<TD WIDTH=1 BGCOLOR=FF0000>
<IMG SRC=../images/gray.gif WIDTH=1>
</TD>
<TD WIDTH=449 BGCOLOR=EEEE00>
449 pixels wide
</TD>
</TR>
<TR>
<TD WIDTH=600 BGCOLOR=00FF00 COLSPAN=3>
Bottom cell, 600 pixels wide
<IMG SRC=../images/gray.gif WIDTH=600 HEIGHT=10>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>