Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla_expected_failures / bugs / bug3105.html
blob19414356cafa90c78fea52263b2120d64a60db0c
1 <HTML>
2 <head>
4 </head>
5 <body>
6 &nbsp;
7 <table BORDER COLS=2 WIDTH="50%" >
8 <tr>
9 <td><table ALIGN="MIDDLE" BORDER COLS=2 WIDTH="5%" >
10 <tr>
11 <td>hello</td>
13 <td>hello</td>
14 </tr>
16 <tr>
17 <td>hello</td>
19 <td>hello</td>
20 </tr>
21 </table></td>
23 <td>hello</td>
24 </tr>
26 </table>
28 </body>
29 </html>