summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/svg/animations/animated-classname-crash.svg
blob: 5b28addfdd1baa92fe87a6fa44f8cc89d12e5ed3 (plain)
1
2
3
4
5
6
7
<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>