karnaze%netscape.com 2b5328130a new regression tests
git-svn-id: svn://10.0.0.236/trunk@42165 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-04 19:34:46 +00:00

16 lines
502 B
HTML

<TABLE BORDER="1" WIDTH=100%>
<!-- As long as there is a width of the table, the problem exists, but the problem is not dependent upon a specific table width -->
<TR>
<TD COLSPAN="2" WIDTH=100%>A</TD>
</TR>
<!-- The problem appears to be that Mozilla renders the following cells as if there is no COLSPAN=2 tag above. Mozilla DOES render the top correctly but does not realize that the top TD covers 2 cells instead of 1. -->
<TR>
<TD></TD>
<TD>This text is invariably wrapped</TD>
</TR>
</TABLE>