Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / vertical-align-baseline-rowspan-007-expected.html
blob06503e6247344f6eebd2f48ff028ac5e2fc10e35
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
3 <head>
4 <title>CSS Test: Reference Result</title>
5 <link rel="author" title="WebKit" href="http://www.webkit.org/">
6 <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#height-layout">
7 <style type="text/css">
8 td
10 height:28px;
12 #second
14 vertical-align: baseline;
16 #small
18 font-family: Ahem;
19 font-size: small;
21 </style>
22 </head>
23 <body>
24 <p>Test passes if the bottom of first and last black boxes is aligned.</p>
25 <table>
26 <tr>
27 <td>
28 <div id="small">Text</div>
29 </td>
30 <td id="second">
31 <div id="small">Text</div>
32 </td>
33 <td>
34 <div id="small">Text</div>
35 </td>
36 </tr>
37 </table>
38 </body>
39 </html>