wpt / svg / animations / animated-classname-crash.svg

Status: PASS | Duration: 1ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi

/svg/animations/animated-classname-crash.svg

<svg xmlns="http://www.w3.org/2000/svg" fill="blue">
  <style>.v { fill: green }</style>
  <g>
    <set attributeName="class" to="v" begin="1s"/>
    <rect width="100" height="100"/>
  </g>
</svg>