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

Side by Side Diff: LayoutTests/svg/as-background-image/svg-transformed-background-expected.html

Issue 12314169: Merge 143541 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1410/
Patch Set: Created 7 years, 9 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
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <style> 4 <style>
5 #circles { 5 #circles {
6 position: absolute; 6 position: absolute;
7 left: 10px; 7 left: 10px;
8 top: 40px; 8 top: 40px;
9 width: 400px; 9 width: 400px;
10 height: 100px; 10 height: 100px;
11 background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/sv g' width='100' height='100'><circle cx='50' cy='50' r='50' fill='green' /></svg> "); 11 background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/sv g' width='100' height='100'><circle cx='50' cy='50' r='50' fill='green' /></svg> ");
12 } 12 }
13 </style> 13 </style>
14 </head> 14 </head>
15 <body> 15 <body>
16 Test for WK110295: This test passes if there are four green circles with sharp e dges.<br/> 16 Test for WK110295: This test passes if there are four green circles with sharp e dges.<br/>
17 <div id="circles"></div> 17 <div id="circles"></div>
18 </body> 18 </body>
19 </html> 19 </html>
20 20
OLDNEW
« no previous file with comments | « LayoutTests/svg/as-background-image/svg-transformed-background.html ('k') | Source/WebCore/loader/cache/CachedImage.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698