layout/reftests/bugs/367332-1c.html

branch
TOR_BUG_9701
changeset 3
141e0f1194b1
equal deleted inserted replaced
-1:000000000000 0:de27ed49867d
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>CSS 2.1 Test Suite: Test for baseline alignment of table cells</title>
5 <link rel="author" title="L. David Baron" href="http://dbaron.org/" />
6 <link rel="author" title="Mozilla Corporation" href="http://mozilla.com/" />
7 <link rel="help" href="http://www.w3.org/TR/CSS21/tables.html#height-layout" />
8 <meta name="flags" content="" />
9 <style type="text/css">
10
11 td { vertical-align: baseline; }
12
13 </style>
14 </head>
15 <body>
16
17 <table>
18 <tr>
19 <td style="padding-top: 0"><div style="padding-top: 40px">data</div></td>
20 <td style="padding-top: 12px"><div style="padding-top: 3px">data</div></td>
21 <td style="padding-top: 40px"><div style="padding-top: 0">data</div></td>
22 </tr>
23 </table>
24
25 </body>
26 </html>

mercurial