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

Side by Side Diff: LayoutTests/svg/custom/image-with-preserveAspectRatio-none.html

Issue 14964004: Implement preserveAspectRatio=none for SVG images (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/svg/custom/image-with-preserveAspectRatio-none-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
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <body>
4 Test for crbug.com/173360: preserveAspectRatio=none on images<br/>
5 You should see a green box below with a black border.<br/>
6 <svg width="300" height="300">
7 <rect x="11" y="11" width="98" height="98" fill="red"/>
8 <image x="10" y="10" width="100" height="100" preserveAspectRatio="none" xli nk:href='data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="190" height="200" viewBox="0 0 190 200"><rect x="0" y="0" width="190" height="200" fi ll="green" stroke-width="6" stroke="black"/></svg>' />
9 </svg>
10 </body>
11 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/svg/custom/image-with-preserveAspectRatio-none-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698