Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug33137.html
blobbeb8d63e91bbff72a402c3a64607719a0c6e008e
1 <html>
2 <body>
4 <table border=1>
5 <tr>
6 <td width=75><hr width=70></td>
7 </tr>
8 <tr>
9 <td width=75>this should wrap within this TD</td>
10 </tr>
12 </table>
14 <BR>
16 <table border=1>
17 <tr>
18 <td width=75><hr width=80></td>
19 </tr>
20 <tr>
21 <td width=75>this should wrap within this TD</td>
22 </tr>
24 </table>
26 </body>
27 </html>