Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug60992.html
blob31741cb40baa21b67252af5438f9f4cad3723672
1 <html>
2 <head>
3 <title>Mozilla Test Case - Bug 60992</title>
4 </head>
5 <body>
6 <table><tr><td nowrap>
7 This cell has the nowrap parameter
8 <br><br>
9 &lt;hr&gt;
10 <hr>
11 <br>
12 &lt;hr width=30&gt;
13 <hr width=30>
14 </td></tr><tr><td bgcolor=#cccccc>
15 &nbsp;
16 </td></tr><tr><td>
17 This cell doesn't
18 <br><br>
19 &lt;hr&gt;
20 <hr>
21 <br>
22 &lt;hr width=30&gt;
23 <hr width=30>
24 </td></tr></table>
26 </body>
27 </html>