Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / table / cell-absolute-child.html
blob66c36f453ac5c9c9fb555fb0f5228deef97c45ba
1 <html>
2 <head>
3 </head>
4 <body>
5 <p>
6 This tests for regressions against
7 <i><a href="https://bugs.webkit.org/show_bug.cgi?id=8081">http://bugzilla.opendarwin.org/show_bug.cgi?id=8081</a>
8 REGRESSION: Drop-down menu has gap at top</i>.
9 </p>
10 <p>
11 You should see two identical green squares, 100x100 pixels each, next to each other.
12 </p>
13 <table>
14 <tr style="height: 50px;">
15 <td colspan="2"></td>
16 </tr>
17 <tr>
18 <td style="width: 98px; height: 100px; background: green; vertical-align: top;">
19 <div style="position: absolute; background: green; width: 98px; height: 98px;">
20 </div>
21 </td>
22 <td style="background: green; width: 100px; height: 100px; position: absolute;"></td>
23 </tr>
24 </table>
25 </body>
26 </html>