Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / large-width.html
blobf122baf493b20a2adf080f89ca772c95d61cdd26
1 <table border="1" cellpadding="10">
2 <tr>
3 <td></td>
4 <td width="999999">This is a very long line of text, but it should be wrapped. It should not extend all the way off the right side of the window, but rather be broken into multiple lines.</td>
5 </tr>
6 </table>