Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla_expected_failures / bugs / bug61042-2.html
blob73b5e9a58ee3b41dde53e18b34fc5c4d3ece4a4d
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/html40/loose.dtd">
3 <html>
4 <head>
5 <title>
6 Testing table cols="foo"
7 </title>
8 </head>
9 <body>
10 <DIV ALIGN="CENTER">
11 <TABLE BORDER=1 WIDTH="80%" BGCOLOR="blue">
12 <TR>
13 <TD>
14 before
15 <TABLE BORDER=1 COLS=2 BGCOLOR="red">
16 <TR>
17 <TD>This is some text.
18 This is some text.
19 Cell 1</TD>
20 <TD>This is some text.
21 Cell 2</TD>
22 </TR>
23 <TR>
24 <TD colspan="2">
25 This is some text.
26 This is some text.
27 This is some text.
28 This is some text.
29 This is some text.
30 This is some text.
31 This is some text.
32 This is some text.
33 This is some text.
34 This is some text.
35 This is some text.
36 This is some text.
37 This is some text.
38 This is some text.
39 </TD>
40 </TR>
41 </TABLE>
42 after
43 </TD>
44 </TR>
45 </TABLE>
47 </DIV>
50 </body>
51 </html>