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

Unified Diff: LayoutTests/svg/custom/svg-image-par-none-no-intrinsic-size.html

Issue 551043006: Use correct viewport for intrinsic size-less SVG images in <svg:image> (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Shuffle code; Add additional test. Created 6 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | LayoutTests/svg/custom/svg-image-par-none-no-intrinsic-size-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/custom/svg-image-par-none-no-intrinsic-size.html
diff --git a/LayoutTests/svg/custom/svg-image-par-none-no-intrinsic-size.html b/LayoutTests/svg/custom/svg-image-par-none-no-intrinsic-size.html
new file mode 100644
index 0000000000000000000000000000000000000000..865c97ad20b1b629f52605b784145fc65b5c6e3f
--- /dev/null
+++ b/LayoutTests/svg/custom/svg-image-par-none-no-intrinsic-size.html
@@ -0,0 +1,5 @@
+<!DOCTYPE html>
+<svg width="100" height="200" style="background-color: red">
+ <image width="100" height="200" preserveAspectRatio="none"
+ xlink:href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 200'><rect width='100' height='200' fill='green'/></svg>"/>
+</svg>
« no previous file with comments | « no previous file | LayoutTests/svg/custom/svg-image-par-none-no-intrinsic-size-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698