Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / tableInsideCaption.html
blob74c4146fefcc0204361c7a9fd25225e34b99cb1d
1 <table>
2 <tr>
3 <td>
4 <table><tr><td>This should all be on one line.</td></tr></table>
5 <table>
6 <thead>
7 <caption><table><tr><td>Caption</td></tr></table></caption>
8 </thead>
9 <tbody>
10 <tr>
11 <td>Bottom</td>
12 <td width="100%">line.</td>
13 </tr>
14 </tbody>
15 </table>
16 </td>
17 </tr>
18 </table>