no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / bugs / 367332-1-ref.html
blob4dcf2089d18da52f37588593ee9e8a3b92d7a965
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="https://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>