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

Unified Diff: third_party/WebKit/LayoutTests/svg/custom/svg-intrinsic-size-with-cssstyle-auto-expected.html

Issue 2230963002: SVG Image intrinsic size should be used if css style size is 'auto' (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: SVG intrinsic size should be used if css style size is 'auto' Created 4 years, 4 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
Index: third_party/WebKit/LayoutTests/svg/custom/svg-intrinsic-size-with-cssstyle-auto-expected.html
diff --git a/third_party/WebKit/LayoutTests/svg/custom/svg-intrinsic-size-with-cssstyle-auto-expected.html b/third_party/WebKit/LayoutTests/svg/custom/svg-intrinsic-size-with-cssstyle-auto-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..527c599bef2535f122d85597896eff14a277a1f2
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/svg/custom/svg-intrinsic-size-with-cssstyle-auto-expected.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<svg width="500" height="500">
+ <image width="100" height="100"
+ xlink:href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='200' style='background-color: green'></svg>"/>
+ <foreignObject x="105" width="100" height="100" style="background: green">
+ </foreignObject>
+ <rect y="105" width="100" height="100" fill="green"> </rect>
+</svg>

Powered by Google App Engine
This is Rietveld 408576698