Index: third_party/WebKit/LayoutTests/svg/custom/SVGRect-without-rx-or-ry-in-css-style.svg |
diff --git a/third_party/WebKit/LayoutTests/svg/custom/SVGRect-without-rx-or-ry-in-css-style.svg b/third_party/WebKit/LayoutTests/svg/custom/SVGRect-without-rx-or-ry-in-css-style.svg |
new file mode 100644 |
index 0000000000000000000000000000000000000000..f2194d8f664e65a5227a71c60659764e3ca097db |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/svg/custom/SVGRect-without-rx-or-ry-in-css-style.svg |
@@ -0,0 +1,11 @@ |
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1"> |
+ <rect x="20" |
+ y="20" |
+ width="100" |
+ height="100" rx="20" ry="10" fill="green" style="ry: auto"/> |
+ |
+ <rect x="140" |
+ y="20" |
+ width="100" |
+ height="100" rx="10" ry="20" fill="green" style="rx: auto"/> |
+</svg> |