Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug4385.html
blob341a430d6ba93b07f3e0e188efd5f1428e469908
1 <TABLE BORDER="1" WIDTH=100%>
3 <!-- As long as there is a width of the table, the problem exists, but the problem is not dependent upon a specific table width -->
5 <TR>
6 <TD COLSPAN="2" WIDTH=100%>A</TD>
7 </TR>
9 <!-- 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. -->
11 <TR>
12 <TD></TD>
13 <TD>This text is invariably wrapped</TD>
14 </TR>
15 </TABLE>