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

Side by Side Diff: LayoutTests/css2.1/t1507-c526-font-sz-01-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: font-size</title> 4 <title>CSS 2.1 Test Suite: font-size</title>
5 <script src="../resources/ahem.js"></script>
5 <style type="text/css"> 6 <style type="text/css">
6 div { color: navy; font: 1em/1 Ahem; margin: 0 2em; } 7 div { color: navy; font: 1em/1 Ahem; margin: 0 2em; }
7 .a {font-size: 0.5in;} 8 .a {font-size: 0.5in;}
8 .b {font-size: 1.27cm;} 9 .b {font-size: 1.27cm;}
9 .c {font-size: 12.7mm;} 10 .c {font-size: 12.7mm;}
10 .d {font-size: 36pt;} 11 .d {font-size: 36pt;}
11 .e {font-size: 3pc;} 12 .e {font-size: 3pc;}
12 .h {font-size: 48px;} 13 .h {font-size: 48px;}
13 </style> 14 </style>
14 <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-size-props" title="15.7 Font size: the 'font-size' property"> 15 <link rel="help" href="http://www.w3.org/TR/CSS21/fonts.html#font-size-props" title="15.7 Font size: the 'font-size' property">
15 </head> 16 </head>
16 <body> 17 <body>
17 <p>There should be a solid single uninterrupted smooth column of blue below.</ p> 18 <p>There should be a solid single uninterrupted smooth column of blue below.</ p>
18 <div class="a"> x </div> 19 <div class="a"> x </div>
19 <div class="b"> x </div> 20 <div class="b"> x </div>
20 <div class="c"> x </div> 21 <div class="c"> x </div>
21 <div class="d"> x </div> 22 <div class="d"> x </div>
22 <div class="e"> x </div> 23 <div class="e"> x </div>
23 <div class="h"> x </div> 24 <div class="h"> x </div>
24 </body> 25 </body>
25 </html> 26 </html>
OLDNEW
« no previous file with comments | « LayoutTests/css2.1/t140201-c537-bgfxps-00-c-ag.html ('k') | LayoutTests/css2.1/t1507-c526-font-sz-02-b-a.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698