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

Side by Side Diff: LayoutTests/css2.1/t140201-c536-bgpos-01-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: background-position</title> 4 <title>CSS 2.1 Test Suite: background-position</title>
5 <script src="../resources/ahem.js"></script>
5 <style type="text/css"> 6 <style type="text/css">
6 html,body,div { margin: 0; border: 0; padding: 0; } 7 html,body,div { margin: 0; border: 0; padding: 0; }
7 div { font: 15px/1 Ahem; color: white; width: 11em; } 8 div { font: 15px/1 Ahem; color: white; width: 11em; }
8 9
9 /* tests */ 10 /* tests */
10 .four {background-image: url(support/swatch-red.png); background-position: 10 0% 100%; 11 .four {background-image: url(support/swatch-red.png); background-position: 10 0% 100%;
11 background-repeat: no-repeat;} 12 background-repeat: no-repeat;}
12 .five {background-image: url(support/swatch-red.png); background-position: 0% 50%; 13 .five {background-image: url(support/swatch-red.png); background-position: 0% 50%;
13 background-repeat: no-repeat;} 14 background-repeat: no-repeat;}
14 .six {background-image: url(support/swatch-red.png); background-position: 80% 25%; 15 .six {background-image: url(support/swatch-red.png); background-position: 80% 25%;
(...skipping 27 matching lines...) Expand all
42             43            
43 </div> 44 </div>
44 <div class="seven"> 45 <div class="seven">
45             46            
46             47            
47   X         48   X        
48             49            
49             50            
50 </div> 51 </div>
51 </body> 52 </body>
52 </html> 53 </html>
OLDNEW
« no previous file with comments | « LayoutTests/css2.1/t140201-c536-bgpos-00-b-ag.html ('k') | LayoutTests/css2.1/t140201-c537-bgfxps-00-c-ag.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698