Index: third_party/WebKit/LayoutTests/svg/custom/SVGEllipse-without-rx-or-ry.svg |
diff --git a/third_party/WebKit/LayoutTests/svg/custom/SVGEllipse-without-rx-or-ry.svg b/third_party/WebKit/LayoutTests/svg/custom/SVGEllipse-without-rx-or-ry.svg |
new file mode 100644 |
index 0000000000000000000000000000000000000000..0fff7b2fb009a1401b5bcb82f3e9c85e4df966b5 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/svg/custom/SVGEllipse-without-rx-or-ry.svg |
@@ -0,0 +1,11 @@ |
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1"> |
+ <ellipse ry="50" |
+ cx="100" |
+ cy="100" |
+ fill="green"/> |
+ |
+ <ellipse rx="80" |
+ cx="280" |
+ cy="100" |
+ fill="green"/> |
+</svg> |