chromium/third_party/blink/web_tests/css2.1/t040302-c61-ex-len-00-b-a.html

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
 <head>
  <title>CSS 2.1 Test Suite: Length Units</title>
  <script src="../resources/ahem.js"></script>
  <style type="text/css">
   p { color: navy; }
   table { margin: 1em 5em; }
   td { padding: 4px; vertical-align: top; }
   .control { font: 40px Ahem; color: navy; }
   .test { font: 40px Ahem; border-top: 1ex solid navy; width: 1em; }
  </style>
  <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#length-units" title="4.3.2 Lengths">
 </head>
 <body>
  <p>The two blocks below should have the same height.</p>
  <table>
   <tr>
    <td>
     <div class="control"> É </div>
    </td>
    <td>
     <div class="test"> </div>
    </td>
   </tr>
  </table>
 </body>
</html>