Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug100334.html
blob1533e32ef8d4136c09612a29b50c399a15a4db3a
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <title>bug 100334</title>
5 </head>
6 <body>
8 <table width=150 bgcolor=#FFCCCC border=0 cellspacing=0 cellpadding=0>
9 <col width=43*>
10 <col width=163*>
11 <tr><td colspan=2>Correct Display</td></tr>
12 <tr><td></td><td></td></tr>
13 </table>
15 <p></p>
17 <table width=150 bgcolor=#FFCCCC border=0 cellspacing=0 cellpadding=0>
18 <col width=43*>
19 <col width=163*>
20 <tr><td colspan=2>Incorrect Display</td></tr>
21 </table>
23 </body>
24 </html>