Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / vertical-align-baseline-rowspan-012-expected.html
blob3607115f4aed03e82947fc575f86716ce37e688e
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 td {
6 border: 1px solid #f90;
8 .padded {
9 padding-top: 51px;
11 #img1 {
12 width: 100px;
13 height: 150px;
14 background-color: green;
16 #img2 {
17 background-color: green;
19 </style>
20 </head>
21 <body>
22 <p> https://bugs.webkit.org/show_bug.cgi?id=108357: The bottom of the two green boxes should be aligned and there should be no space above the first box.</p>
23 <table>
24 <tbody>
25 <tr>
26 <td><img id="img1" src="resources/greenbox-100px.png"></td><td class="padded"><img id="img2" src="resources/greenbox-100px.png"></td>
27 </tr>
28 </tbody>
29 </table>
30 </body>
31 </html>