Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla_expected_failures / bugs / bug61042-1.html
blob074be8839f480912443d41ea02d3217f35d2aa0e
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <title>
5 Testing table cols="foo"
6 </title>
7 </head>
8 <body>
9 <DIV ALIGN="CENTER">
10 <TABLE BORDER=1 WIDTH="80%" BGCOLOR="blue">
11 <TR>
12 <TD>
13 before
14 <TABLE BORDER=1 COLS=2 BGCOLOR="red">
15 <TR>
16 <TD>This is some text.
17 This is some text.
18 Cell 1</TD>
19 <TD>This is some text.
20 Cell 2</TD>
21 </TR>
22 <TR>
23 <TD colspan="2">
24 This is some text.
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 </TD>
39 </TR>
40 </TABLE>
41 after
42 </TD>
43 </TR>
44 </TABLE>
46 </DIV>
49 </body>
50 </html>