Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / vertical-align-baseline-rowspan-010-expected.html
blob4c8d288bb47b0259d3734e1fffbbf915f1ba1159
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 td {
6 vertical-align:baseline;
7 font: 20px/1 Ahem;
9 img {
10 width: 100px;
11 height: 200px;
12 background-color: green;
14 </style>
15 </head>
16 <body>
17 <p> https://bugs.webkit.org/show_bug.cgi?id=106571: The baseline of the first row of cells should be aligned with the baseline of the bottom of the green box.</p>
18 <table>
19 <tbody>
20 <tr>
21 <td>XXX</td><td>XXX</td><td><img></td><td>XXX</td><td>XXX</td>
22 </tr>
23 <tr>
24 <td>XXX</td><td>XXX</td><td></td><td>XXX</td><td>XXX</td>
25 </tr>
26 </tbody>
27 </table>
28 </body>
29 </html>