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