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

Side by Side Diff: third_party/WebKit/LayoutTests/images/cross-fade-background-size.html

Issue 2496663002: Merge css3/image/ and fast/images/ to images/ (Closed)
Patch Set: Address failing tests (3 of them) Created 4 years, 1 month 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
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <title>There should be four bars, equivalent except for the length of the bar.</ title> 3 <title>There should be four bars, equivalent except for the length of the bar.</ title>
4 <style> 4 <style>
5 5
6 div 6 div
7 { 7 {
8 width: 200px; 8 width: 200px;
9 height: 50px; 9 height: 50px;
10 } 10 }
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 </style> 42 </style>
43 </head> 43 </head>
44 <body> 44 <body>
45 <div id="compositeTiledNormal"></div><br/> 45 <div id="compositeTiledNormal"></div><br/>
46 <div id="compositeTiledCrossfade"></div> 46 <div id="compositeTiledCrossfade"></div>
47 <br/><br/> 47 <br/><br/>
48 <div id="normal"></div><br/> 48 <div id="normal"></div><br/>
49 <div id="crossfade"></div> 49 <div id="crossfade"></div>
50 </body> 50 </body>
51 </html> 51 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698