chromium/third_party/blink/web_tests/svg/custom/SVGRect-without-rx-or-ry-in-css-style-expected.svg

<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
    <rect rx="20"
       ry="20"
       y="20"
       x="20"
       width="100"
       height="100" fill="green"/>

    <rect rx="20"
       ry="20"
       x="140"
       y="20"
       width="100"
       height="100" fill="green"/>
</svg>