Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css2.1 / t040302-c61-ex-len-00-b-a.html
blobcdb99375b97ca9a9b62ec00c8c81627519c9d0f9
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 <script src="../resources/ahem.js"></script>
6 <style type="text/css">
7 p { color: navy; }
8 table { margin: 1em 5em; }
9 td { padding: 4px; vertical-align: top; }
10 .control { font: 40px Ahem; color: navy; }
11 .test { font: 40px Ahem; border-top: 1ex solid navy; width: 1em; }
12 </style>
13 <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#length-units" title="4.3.2 Lengths">
14 </head>
15 <body>
16 <p>The two blocks below should have the same height.</p>
17 <table>
18 <tr>
19 <td>
20 <div class="control"> É </div>
21 </td>
22 <td>
23 <div class="test"> </div>
24 </td>
25 </tr>
26 </table>
27 </body>
28 </html>