Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(176)

Side by Side Diff: LayoutTests/css2.1/t040302-c61-ex-len-00-b-a.html

Issue 1212753002: Convert tests (except fast/, imported/) using ahem font to ahem.js style (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698