Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / tables / mozilla / bugs / bug145572.html
blob34bc1cc94a048510388101d4470d16e0c3e6778c
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
5 <style>
6 div {border:solid green; position:absolute; top:150px;right:150px;width:60%}
7 table {border:solid blue; width:60%}
8 table.ab {position:absolute; top:200px;right:200px}
9 </style>
10 </head>
11 <body>
12 <table class="ab">
13 <tbody>
14 <tr>
15 <td>foo</td>
16 </tr>
17 </tbody>
18 </table>
19 <table>
20 <tbody>
21 <tr>
22 <td>foo</td>
23 </tr>
24 </tbody>
25 </table>
26 <div>div</div>
27 </body>
28 </html>