Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / vertical-align-baseline-rowspan-006-expected.html
blob266accf3e12241d152cc2345b7fb167287041e1f
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 vertical-align: top;
12 #small
14 font-family: Ahem;
15 font-size: small;
17 #large
19 font-family: Ahem;
20 font-size: large;
22 </style>
23 </head>
24 <body>
25 <p>Test passes if the top of the black boxes below is aligned.</p>
26 <table>
27 <tr>
28 <td>
29 <div id="large">Text</div>
30 </td>
31 <td>
32 <div id="small">Text</div>
33 </td>
34 <td>
35 <div id="large">Text</div>
36 </td>
37 </tr>
38 </table>
39 </body>
40 </html>