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

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

Issue 12319101: Merge 142765 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1410/
Patch Set: Created 7 years, 10 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 <body> 3 <body>
4 Test for WK99481: This test passes if there is a green square with sharp (not bl urry) edges.<br/> 4 Test for WK99481: This test passes if there is a green square with sharp (not bl urry) edges.<br/>
5 <svg xmlns="http://www.w3.org/2000/svg" width="400" height="400"> 5 <svg xmlns="http://www.w3.org/2000/svg" width="400" height="400">
6 <g transform="scale(10)"> 6 <g transform="scale(10)">
7 <rect x="1" y="1" width="8" height="8" fill="green" /> 7 <rect x="1" y="1" width="8" height="8" fill="green" />
8 </g> 8 </g>
9 </svg> 9 </svg>
10 </body> 10 </body>
11 </html> 11 </html>
12 12
OLDNEW
« no previous file with comments | « LayoutTests/svg/as-image/svg-image-scaled.html ('k') | LayoutTests/svg/as-image/svg-image-viewbox.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698