Git init
[framework/web/webkit-efl.git] / LayoutTests / css2.1 / t040302-c61-ex-len-00-b-a.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
2 <html>
3  <head>
4   <title>CSS 2.1 Test Suite: Length Units</title>
5   <style type="text/css">
6    p { color: navy; }
7    table { margin: 1em 5em; }
8    td { padding: 4px; vertical-align: top; }
9    .control { font: 40px Ahem; color: navy; }
10    .test { font: 40px Ahem; border-top: 1ex solid navy; width: 1em; }
11   </style>
12   <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#length-units" title="4.3.2 Lengths">
13  </head>
14  <body>
15   <p>The two blocks below should have the same height.</p>
16   <table>
17    <tr>
18     <td>
19      <div class="control"> É </div>
20     </td>
21     <td>
22      <div class="test"> </div>
23     </td>
24    </tr>
25   </table>
26  </body>
27 </html>