chromium/third_party/blink/web_tests/svg/custom/SVGEllipse-without-rx-or-ry-expected.svg

<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
    <ellipse rx="50"
       ry="50"
       cx="100"
       cy="100"
       fill="green"/>

    <ellipse rx="80"
       ry="80"
       cx="280"
       cy="100"
       fill="green"/>
</svg>