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

Side by Side Diff: LayoutTests/css2.1/t0804-c5510-padn-00-b-ag.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, 5 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: padding</title> 4 <title>CSS 2.1 Test Suite: padding</title>
5 <script src="../resources/ahem.js"></script>
5 <style type="text/css"> 6 <style type="text/css">
6 body { color: navy; } 7 body { color: navy; }
7 div { font: 10px/1 Ahem; width: 138px; color: orange; } 8 div { font: 10px/1 Ahem; width: 138px; color: orange; }
8 img { vertical-align: bottom; } 9 img { vertical-align: bottom; }
9 .zero {padding: 0; border: solid 24px yellow; background-color: red;} 10 .zero {padding: 0; border: solid 24px yellow; background-color: red;}
10 .one {padding: 0.25in; background-color: yellow;} 11 .one {padding: 0.25in; background-color: yellow;}
11 .two {padding: 24px; background-color: yellow;} 12 .two {padding: 24px; background-color: yellow;}
12 .three {padding: 2.4em; background-color: yellow;} 13 .three {padding: 2.4em; background-color: yellow;}
13 .four {padding: 17.391%; background-color: yellow;} 14 .four {padding: 17.391%; background-color: yellow;}
14 </style> 15 </style>
(...skipping 13 matching lines...) Expand all
28 x x x x x 29 x x x x x
29 </p> 30 </p>
30 <p class="three"> 31 <p class="three">
31 x x x x x 32 x x x x x
32 </p> 33 </p>
33 <p class="four"> 34 <p class="four">
34 x x x x x 35 x x x x x
35 </p> 36 </p>
36 </div> 37 </div>
37 </body> 38 </body>
38 </html> 39 </html>
OLDNEW
« no previous file with comments | « LayoutTests/css2.1/t0804-c5510-ipadn-00-b-ag.html ('k') | LayoutTests/css2.1/t0804-c5510-padn-01-e-a.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698