Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / nobr.html
blobbb956f7e19f7d3659fedfe1d96ea18e6889720cf
1 <html>
2 <body>
4 <nobr>
5 <table width="50" border="1">
6 <tr>
7 <td>This is a test case for 3190580. Even though this table is enclosed in a nobr tag, this text should wrap anyway. The table is only 50 pixels wide.</td>
8 </tr>
9 </table>
10 </nobr>
12 </body>
13 </html>