OLD | NEW |
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <title>CSS 2.1 Test Suite: Length Units</title> | 4 <title>CSS 2.1 Test Suite: Length Units</title> |
| 5 <script src="../resources/ahem.js"></script> |
5 <style type="text/css"> | 6 <style type="text/css"> |
6 p { color: navy; } | 7 p { color: navy; } |
7 table { margin: 1em 5em; } | 8 table { margin: 1em 5em; } |
8 td { padding: 4px; vertical-align: top; } | 9 td { padding: 4px; vertical-align: top; } |
9 .control { font: 40px Ahem; color: navy; } | 10 .control { font: 40px Ahem; color: navy; } |
10 .test { font: 40px Ahem; border-top: 1ex solid navy; width: 1em; } | 11 .test { font: 40px Ahem; border-top: 1ex solid navy; width: 1em; } |
11 </style> | 12 </style> |
12 <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#length-units" t
itle="4.3.2 Lengths"> | 13 <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#length-units" t
itle="4.3.2 Lengths"> |
13 </head> | 14 </head> |
14 <body> | 15 <body> |
15 <p>The two blocks below should have the same height.</p> | 16 <p>The two blocks below should have the same height.</p> |
16 <table> | 17 <table> |
17 <tr> | 18 <tr> |
18 <td> | 19 <td> |
19 <div class="control"> É </div> | 20 <div class="control"> É </div> |
20 </td> | 21 </td> |
21 <td> | 22 <td> |
22 <div class="test"> </div> | 23 <div class="test"> </div> |
23 </td> | 24 </td> |
24 </tr> | 25 </tr> |
25 </table> | 26 </table> |
26 </body> | 27 </body> |
27 </html> | 28 </html> |
OLD | NEW |