|
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"> |
|
8 |
|
9 td { padding-top: 0; } |
|
10 td div { padding-top: 40px; } |
|
11 |
|
12 </style> |
|
13 </head> |
|
14 <body> |
|
15 |
|
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> |
|
23 |
|
24 </body> |
|
25 </html> |