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

Side by Side Diff: LayoutTests/css2.1/t140201-c537-bgfxps-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: background</title> 4 <title>CSS 2.1 Test Suite: background</title>
5 <script src="../resources/ahem.js"></script>
5 <style type="text/css"> 6 <style type="text/css">
6 html {background: url(support/swatch-blue.png) repeat-x center top fixed;} 7 html {background: url(support/swatch-blue.png) repeat-x center top fixed;}
7 div { font: 15px/1 Ahem; background: red; color: green; width: 11em; margin: 0 0 0 2em; } 8 div { font: 15px/1 Ahem; background: red; color: green; width: 11em; margin: 0 0 0 2em; }
8 .dummy { color: silver; } 9 .dummy { color: silver; }
9 .one {background: green url(support/swatch-red.png) repeat-y 100% 0%;} 10 .one {background: green url(support/swatch-red.png) repeat-y 100% 0%;}
10 .two {background: green url(support/swatch-red.png) repeat-y center top;} 11 .two {background: green url(support/swatch-red.png) repeat-y center top;}
11 .three {background: green url(support/swatch-red.png) repeat-x left top;} 12 .three {background: green url(support/swatch-red.png) repeat-x left top;}
12 </style> 13 </style>
13 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-prope rties" title="14.2.1 Background properties: 'background-color', 'background-imag e', 'background-repeat', 'background-attachment', 'background-position', and 'ba ckground'"> 14 <link rel="help" href="http://www.w3.org/TR/CSS21/colors.html#background-prope rties" title="14.2.1 Background properties: 'background-color', 'background-imag e', 'background-repeat', 'background-attachment', 'background-position', and 'ba ckground'">
14 </head> 15 </head>
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 <p class="dummy">Dummy text.</p> 80 <p class="dummy">Dummy text.</p>
80 <p class="dummy">Dummy text.</p> 81 <p class="dummy">Dummy text.</p>
81 <p class="dummy">Dummy text.</p> 82 <p class="dummy">Dummy text.</p>
82 <p class="dummy">Dummy text.</p> 83 <p class="dummy">Dummy text.</p>
83 <p class="dummy">Dummy text.</p> 84 <p class="dummy">Dummy text.</p>
84 <p class="dummy">Dummy text.</p> 85 <p class="dummy">Dummy text.</p>
85 <p class="dummy">Dummy text.</p> 86 <p class="dummy">Dummy text.</p>
86 <p class="dummy">Dummy text.</p> 87 <p class="dummy">Dummy text.</p>
87 <p class="dummy">Dummy text.</p> 88 <p class="dummy">Dummy text.</p>
88 </body> 89 </body>
89 </html> 90 </html>
OLDNEW
« no previous file with comments | « LayoutTests/css2.1/t140201-c536-bgpos-01-b-ag.html ('k') | LayoutTests/css2.1/t1507-c526-font-sz-01-b-a.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698