Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla_expected_failures / bugs / bug73629.html
blob50210723e2ac7555a2738e404fcfd8ede510cf15
1 <table border=1>
2 <tr>
3 <td>
4 some normal text before the nested table
5 <table style="margin-left: 50px; width: 95%" border=1>
6 <tr>
7 <td >selection of words to pad table cell</td>
8 </tr>
9 </table>
10 some normal text after the nested table
11 <td>contents of table cell to right</td>
12 </tr>
13 </table>
15 <table border>
16 <tr>
17 <td>
18 <table style="width: 120%" border=1>
19 <tr>
20 <td>
21 foo
22 </td>
23 </tr>
24 </table>
25 </td>
26 </tr>
27 </table>