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

Side by Side Diff: third_party/WebKit/LayoutTests/images/cross-fade-svg-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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <title>Test SVG in -webkit-cross-fade image</title> 2 <title>Test SVG in -webkit-cross-fade image</title>
3 <style> 3 <style>
4 div { 4 div {
5 display: inline-block; 5 display: inline-block;
6 width: 100px; 6 width: 100px;
7 height: 100px; 7 height: 100px;
8 } 8 }
9 #tst1 { 9 #tst1 {
10 background-image: -webkit-cross-fade( 10 background-image: -webkit-cross-fade(
(...skipping 18 matching lines...) Expand all
29 url("data:image/svg+xml,<svg viewBox='0 0 10 10' xmlns='http://www.w3.or g/2000/svg'><circle cx='5' cy='5' r='2.5' fill='green'/></svg>"), 29 url("data:image/svg+xml,<svg viewBox='0 0 10 10' xmlns='http://www.w3.or g/2000/svg'><circle cx='5' cy='5' r='2.5' fill='green'/></svg>"),
30 url("resources/green-10.png"), 30 url("resources/green-10.png"),
31 0.0); 31 0.0);
32 } 32 }
33 </style> 33 </style>
34 <p>There should be four green circles below. 34 <p>There should be four green circles below.
35 <div id=tst1></div> 35 <div id=tst1></div>
36 <div id=tst2></div> 36 <div id=tst2></div>
37 <div id=tst3></div> 37 <div id=tst3></div>
38 <div id=tst4></div> 38 <div id=tst4></div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698