Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

SVG Preview (Scaled)

Preview of https://hg.mozilla.org/mozilla-central/raw-file/tip/testing/web-platform/tests/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>