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

Side by Side Diff: LayoutTests/css2.1/t0803-c5505-mrgn-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, 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: margin</title> 4 <title>CSS 2.1 Test Suite: margin</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: 200px; color: orange; } 8 div { font: 10px/1 Ahem; width: 200px; color: orange; }
8 img { vertical-align: bottom; } 9 img { vertical-align: bottom; }
9 .zero {margin: 0; background-color: brown;} 10 .zero {margin: 0; background-color: brown;}
10 .one {margin: 0.25in; background-color: brown;} 11 .one {margin: 0.25in; background-color: brown;}
11 .two {margin: 24px; background-color: brown;} 12 .two {margin: 24px; background-color: brown;}
12 .three {margin: 2.4em; background-color: brown;} 13 .three {margin: 2.4em; background-color: brown;}
13 .four {margin: 12%; background-color: brown;} 14 .four {margin: 12%; background-color: brown;}
14 </style> 15 </style>
(...skipping 16 matching lines...) Expand all
31 </p> 32 </p>
32 <p class="four"> 33 <p class="four">
33 x 34 x
34 </p> 35 </p>
35 <p class="zero"> 36 <p class="zero">
36 <img width="24" alt="" src="support/swatch-white.png" height="10">x<img w idth="142" alt="" src="support/1x1-transparent.png" height="10"><img width="24" alt="" src="support/swatch-white.png" height="10"> 37 <img width="24" alt="" src="support/swatch-white.png" height="10">x<img w idth="142" alt="" src="support/1x1-transparent.png" height="10"><img width="24" alt="" src="support/swatch-white.png" height="10">
37 </p> 38 </p>
38 </div> 39 </div>
39 </body> 40 </body>
40 </html> 41 </html>
OLDNEW
« no previous file with comments | « LayoutTests/css2.1/t0803-c5505-imrgn-00-a-ag.html ('k') | LayoutTests/css2.1/t0803-c5505-mrgn-01-e-a.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698