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

Side by Side Diff: LayoutTests/svg/as-image/svg-image-scaled.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 <image x="0" y="0" width="10" height="10" xlink:href="data:image/svg+xml, 7 <image x="0" y="0" width="10" height="10" xlink:href="data:image/svg+xml,
8 <svg xmlns='http://www.w3.org/2000/svg'> 8 <svg xmlns='http://www.w3.org/2000/svg'>
9 <rect x='1' y='1' width='8' height='8' fill='green' /> 9 <rect x='1' y='1' width='8' height='8' fill='green' />
10 </svg> 10 </svg>
11 " /> 11 " />
12 </g> 12 </g>
13 </svg> 13 </svg>
14 </body> 14 </body>
15 </html> 15 </html>
16 16
OLDNEW
« no previous file with comments | « LayoutTests/platform/chromium/TestExpectations ('k') | LayoutTests/svg/as-image/svg-image-scaled-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698