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

Unified Diff: third_party/WebKit/LayoutTests/svg/custom/SVGRect-without-rx-or-ry-in-css-style-expected.svg

Issue 2019993003: Set "auto" as default for rx and ry (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Align with review comments Created 4 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/svg/custom/SVGRect-without-rx-or-ry-in-css-style-expected.svg
diff --git a/third_party/WebKit/LayoutTests/svg/custom/SVGRect-without-rx-or-ry-in-css-style-expected.svg b/third_party/WebKit/LayoutTests/svg/custom/SVGRect-without-rx-or-ry-in-css-style-expected.svg
new file mode 100644
index 0000000000000000000000000000000000000000..483750ba9acb3804e2a07417214cd686b545703f
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/svg/custom/SVGRect-without-rx-or-ry-in-css-style-expected.svg
@@ -0,0 +1,15 @@
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
+ <rect rx="10"
+ ry="10"
fs 2016/06/01 10:43:09 Since 'ry', from the inline style, would override
Shanmuga Pandi 2016/06/01 12:34:27 Done.
+ y="20"
+ x="20"
+ width="100"
+ height="100" fill="green"/>
+
+ <rect rx="10"
+ ry="10"
+ x="140"
+ y="20"
+ width="100"
+ height="100" fill="green"/>
+</svg>

Powered by Google App Engine
This is Rietveld 408576698