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

Side by Side Diff: LayoutTests/css2.1/t0803-c5502-mrgn-r-00-c-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-right</title> 4 <title>CSS 2.1 Test Suite: margin-right</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-right: 0; text-align: right; background-color: brown;} 10 .zero {margin-right: 0; text-align: right; background-color: brown;}
10 .one {margin-right: 0.5in; text-align: right; background-color: brown;} 11 .one {margin-right: 0.5in; text-align: right; background-color: brown;}
11 .two {margin-right: 48px; text-align: right; background-color: brown;} 12 .two {margin-right: 48px; text-align: right; background-color: brown;}
12 .three {margin-right: 4.8em; text-align: right; background-color: brown;} 13 .three {margin-right: 4.8em; text-align: right; background-color: brown;}
13 .four {margin-right: 24%; text-align: right; background-color: brown;} 14 .four {margin-right: 24%; text-align: right; background-color: brown;}
14 </style> 15 </style>
(...skipping 14 matching lines...) Expand all
29 </p> 30 </p>
30 <p class="three"> 31 <p class="three">
31 x 32 x
32 </p> 33 </p>
33 <p class="four"> 34 <p class="four">
34 x 35 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/t0803-c5502-imrgn-r-06-b-ag.html ('k') | LayoutTests/css2.1/t0803-c5502-mrgn-r-01-c-a.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698