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

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

Issue 12326167: Merge 143257 (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
« no previous file with comments | « no previous file | LayoutTests/svg/as-background-image/tiled-background-image-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <style> 4 <style>
5 #div1 { 5 #div1 {
6 width: 64px; 6 width: 64px;
7 height: 32px; 7 height: 32px;
8 background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/ svg" width="128" height="128"><circle fill="#3364c2" cx="64" cy="64" r="64" /></ svg>'); 8 background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/ svg" width="128" height="128"><circle fill="#3364c2" cx="64" cy="64" r="64" /></ svg>');
9 background-size: 32px 32px; 9 background-size: 32px 32px;
10 background-repeat: repeat; 10 background-repeat: repeat;
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 </script> 42 </script>
43 </head> 43 </head>
44 <body onload="setScale()"> 44 <body onload="setScale()">
45 <div id="div1"></div> 45 <div id="div1"></div>
46 <div id="div2"></div> 46 <div id="div2"></div>
47 <div id="div3"></div> 47 <div id="div3"></div>
48 <div id="div4"></div> 48 <div id="div4"></div>
49 <p>Test for WK110047: This test passes if there are 4 rows of 2 circles and they all have sharp edges.</p> 49 <p>Test for WK110047: This test passes if there are 4 rows of 2 circles and they all have sharp edges.</p>
50 </body> 50 </body>
51 </html> 51 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/as-background-image/tiled-background-image-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698