Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / vertical-align-baseline-rowspan-004-expected.html
blob065da6bb0c0e4c4b1df75766020f38fef737f50e
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 padding-top: 30px;
11 vertical-align: baseline;
13 #small
15 font-family: Ahem;
16 font-size: small;
18 #large
20 font-family: Ahem;
21 font-size: large;
23 </style>
24 </head>
25 <body>
26 <p>Test passes if the bottom of the black boxes is aligned.</p>
27 <table>
28 <tr>
29 <td>
30 <div id="small">Text</div>
31 </td>
32 <td>
33 <div id="small">Text</div>
34 </td>
35 <td id="last">
36 <div id="large">Text</div>
37 </td>
38 </tr>
39 <tr>
40 <td></td>
41 <td></td>
42 </tr>
43 <tr>
44 <td></td>
45 <td></td>
46 </tr>
47 </table>
48 </body>
49 </html>