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

Side by Side Diff: LayoutTests/svg/as-background-image/svg-transformed-background.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
« no previous file with comments | « no previous file | LayoutTests/svg/as-background-image/svg-transformed-background-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 #circle { 5 #circle {
6 position: absolute; 6 position: absolute;
7 left: 10px; 7 left: 10px;
8 top: 40px; 8 top: 40px;
9 width: 40px; 9 width: 40px;
10 height: 20px; 10 height: 20px;
(...skipping 17 matching lines...) Expand all
28 } 28 }
29 </style> 29 </style>
30 </head> 30 </head>
31 <body> 31 <body>
32 Test for WK110295: This test passes if there are four green circles with sharp e dges.<br/> 32 Test for WK110295: This test passes if there are four green circles with sharp e dges.<br/>
33 <div id="circle"></div> 33 <div id="circle"></div>
34 <div id="ellipse"></div> 34 <div id="ellipse"></div>
35 </body> 35 </body>
36 </html> 36 </html>
37 37
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/as-background-image/svg-transformed-background-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698