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