chromium/third_party/blink/web_tests/svg/stroke/animated-non-scaling-rxry.html

<!DOCTYPE html>
<html>
<body>
  Test for crbug.com/235256: this test passes if the rect is rounded<br>
  <svg width="300" height="300">
    <rect x="20" y="20" width="200" height="200" fill="green">
      <set attributename="rx" to="50" begin="0s" fill="freeze"/>
      <set attributename="ry" to="20" begin="0s" fill="freeze"/>
    </rect>
  </svg>
</body>
</html>