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

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

Issue 12712011: Merge 145726 "Fix body background image geometry calculation" (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/svg-as-background-body-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 body { 5 body {
6 background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/ svg' width='100px' height='100px'><rect width='100px' height='100px' fill='light green' stroke='green' stroke-width='1px'/></svg>"); 6 background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/ svg' width='100px' height='100px'><rect width='100px' height='100px' fill='light green' stroke='green' stroke-width='1px'/></svg>");
7 background-repeat: repeat; 7 background-repeat: repeat;
8 } 8 }
9 </style> 9 </style>
10 </head> 10 </head>
11 <body> 11 <body>
12 Test for WK112226: This test passes if the body's background is light green with a green gridlines. 12 Test for WK112226: This test passes if the body's background is light green with a green gridlines.
13 </body> 13 </body>
14 </html> 14 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/as-background-image/svg-as-background-body-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698