Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug57828.html
blobd3f44091c48fcb515d0489c85cd14c3a51ddf356
1 <table border=3 width=1>
2 <tr>
3 <td nowrap><img width=40 height=40 align=left>NOWRAP cell, no width on cell</td>
4 </tr>
5 </table>
6 <BR>
7 <table border=3 width=1>
8 <tr>
9 <td nowrap><img width=40 height=40 align=left>NOWRAP cell, no width on cell</td>
10 </tr>
11 </table>
12 <BR>
13 <table border=3 width=1>
14 <tr>
15 <td width=100 nowrap><img width=40 height=40 align=left>NOWRAP cell, width=100</td>
16 </tr>
17 </table>
18 <BR>
19 <table border=3 width=1>
20 <tr>
21 <td width=300 nowrap><img width=40 height=40 align=left>NOWRAP cell, width=300</td>
22 </tr>
23 </table>