Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug20804.html
blob362e203ac4f122871b44a3b6c5f3c31d8fb06732
1 <html>
2 <head>
3 <title>Testcase for bug 20804</title>
4 </head>
5 <body bgcolor="#FFFFFF">
6 <p>Testcase distilled from <a href="http://www.microsoft.com">http://www.microsoft.com</a><br>
7 The problem seems to be that the last cell in each row have an "excessive" COLSPAN value.<br>
8 I have added BORDER=1 to make the cell boundaries visible.
9 </p>
11 <TABLE WIDTH="100%" CELLPADDING=0 CELLSPACING=0 BORDER=1 BGCOLOR="#FFFFFF">
12 <TR>
13 <TD VALIGN="TOP" HEIGHT=60 ROWSPAN=2><IMG SRC="../images/bnr_all.gif" WIDTH=250 HEIGHT=60></TD>
14 <TD VALIGN="TOP" HEIGHT=20 ALIGN="RIGHT"><IMG SRC="../images/curve.gif" WIDTH=18 HEIGHT=20></TD>
15 <TD BGCOLOR="#000000" HEIGHT=20 VALIGN="MIDDLE" ALIGN="RIGHT" NOWRAP COLSPAN=2>
16 &nbsp;&nbsp;All Products&nbsp;&nbsp;|&nbsp;&nbsp;Support&nbsp;&nbsp;|
17 &nbsp;&nbsp;Search&nbsp;&nbsp;|&nbsp;&nbsp;microsoft.com Home&nbsp;&nbsp;</TD>
18 </TR>
19 <TR>
20 <TD VALIGN="TOP" HEIGHT=40 WIDTH=19><IMG SRC="../images/1ptrans.gif" WIDTH=19 HEIGHT=40></TD>
21 <TD VALIGN="TOP" HEIGHT=40 ALIGN="RIGHT" NOWRAP COLSPAN=2><IMG
22 SRC="../images/banner_bizinternet.gif"><IMG
24 SRC="../images/mslogo.gif" WIDTH=112 HEIGHT=40>
25 </TD>
26 </TR>
27 <TR>
28 <TD BGCOLOR="#6699CC" HEIGHT=20 VALIGN="MIDDLE" NOWRAP COLSPAN=4>
29 &nbsp;&nbsp;Home&nbsp;&nbsp;|
30 &nbsp;&nbsp;Events/Training&nbsp;&nbsp;|
31 &nbsp;&nbsp;Subscribe&nbsp;&nbsp;|
32 &nbsp;&nbsp;About Microsoft&nbsp;&nbsp;|
33 &nbsp;&nbsp;US/Worldwide&nbsp;&nbsp;|
34 &nbsp;&nbsp;Downloads&nbsp;&nbsp;|
35 &nbsp;&nbsp;MSN.com&nbsp;&nbsp;|
36 </TD>
37 </TR>
38 </TABLE>
40 <p>The following table is exactly as above, but I have removed COLSPAN for the last cell in row 1 and 2,<br>
41 and changed COLSPAN=4 to COLSPAN=3 in the last row.</p>
43 <TABLE WIDTH="100%" CELLPADDING=0 CELLSPACING=0 BORDER=1 BGCOLOR="#FFFFFF">
44 <TR>
45 <TD VALIGN="TOP" HEIGHT=60 ROWSPAN=2><IMG SRC="../images/bnr_all.gif" WIDTH=250 HEIGHT=60></TD>
46 <TD VALIGN="TOP" HEIGHT=20 ALIGN="RIGHT"><IMG SRC="../images/curve.gif" WIDTH=18 HEIGHT=20></TD>
47 <TD BGCOLOR="#000000" HEIGHT=20 VALIGN="MIDDLE" ALIGN="RIGHT" NOWRAP>
48 &nbsp;&nbsp;All Products&nbsp;&nbsp;|&nbsp;&nbsp;Support&nbsp;&nbsp;|
49 &nbsp;&nbsp;Search&nbsp;&nbsp;|&nbsp;&nbsp;microsoft.com Home&nbsp;&nbsp;</TD>
50 </TR>
51 <TR>
52 <TD VALIGN="TOP" HEIGHT=40 WIDTH=19><IMG SRC="../images/1ptrans.gif" WIDTH=19 HEIGHT=40></TD>
53 <TD VALIGN="TOP" HEIGHT=40 ALIGN="RIGHT" NOWRAP><IMG
54 SRC="../images/banner_bizinternet.gif"><IMG
56 SRC="../images/mslogo.gif" WIDTH=112 HEIGHT=40>
57 </TD>
58 </TR>
59 <TR>
60 <TD BGCOLOR="#6699CC" HEIGHT=20 VALIGN="MIDDLE" NOWRAP COLSPAN=3>
61 &nbsp;&nbsp;Home&nbsp;&nbsp;|
62 &nbsp;&nbsp;Events/Training&nbsp;&nbsp;|
63 &nbsp;&nbsp;Subscribe&nbsp;&nbsp;|
64 &nbsp;&nbsp;About Microsoft&nbsp;&nbsp;|
65 &nbsp;&nbsp;US/Worldwide&nbsp;&nbsp;|
66 &nbsp;&nbsp;Downloads&nbsp;&nbsp;|
67 &nbsp;&nbsp;MSN.com&nbsp;&nbsp;|
68 </TD>
69 </TR>
70 </TABLE>
72 </body>
73 </html>