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

Side by Side Diff: LayoutTests/css2.1/t140201-c536-bgpos-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: 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 .right { width: auto; text-align: right; } 9 .right { width: auto; text-align: right; }
9 10
10 /* tests */ 11 /* tests */
11 body {background-image: url(support/swatch-red.png); background-position: rig ht top; 12 body {background-image: url(support/swatch-red.png); background-position: rig ht top;
12 background-repeat: no-repeat;} 13 background-repeat: no-repeat;}
13 .one {background-image: url(support/swatch-red.png); background-position: cen ter; 14 .one {background-image: url(support/swatch-red.png); background-position: cen ter;
14 background-repeat: no-repeat;} 15 background-repeat: no-repeat;}
(...skipping 22 matching lines...) Expand all
37             38            
38 </div> 39 </div>
39 <div class="three"> 40 <div class="three">
40             41            
41             42            
42             43            
43             44            
44           X 45           X
45 </div> 46 </div>
46 </body> 47 </body>
47 </html> 48 </html>
OLDNEW
« no previous file with comments | « LayoutTests/css2.1/t140201-c534-bgreps-05-c-ag.html ('k') | LayoutTests/css2.1/t140201-c536-bgpos-01-b-ag.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698