Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>CSS 2.1 Test Suite: Test for baseline alignment of table cells (reference)</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 <style type="text/css">
9 td { padding-top: 0; }
10 td div { padding-top: 40px; }
12 </style>
13 </head>
14 <body>
16 <table>
17 <tr>
18 <td><div>data</div></td>
19 <td><div>data</div></td>
20 <td><div>data</div></td>
21 </tr>
22 </table>
24 </body>
25 </html>