Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /svg/animations/animated-classname-crash.svg - WPT Dashboard Interop Dashboard
<style>.v { fill: green }</style>
<g>
<set attributeName="class" to="v" begin="1s"/>
<rect width="100" height="100"/>
</g>
</svg>