Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / 20110323 / table-height-algorithm-012-expected.html
blobbbf57e03f4dc50600ac30527eb786d673248b5c8
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 <style type="text/css">
6 td
8 vertical-align: baseline;
10 #small
12 font-size: small;
14 #large
16 font-size: large;
18 </style>
19 </head>
20 <body>
21 <p>Test passes if the bottom of "Filler Text" below is aligned.</p>
22 <table>
23 <tr>
24 <td>
25 <div id="small">Filler Text</div>
26 </td>
27 <td>
28 <div id="large">Filler Text</div>
29 </td>
30 </tr>
31 <tr>
32 <td></td>
33 </tr>
34 </table>
35 </body>
36 </html>