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/dom/smil/crashtests/669225-2.svg
<?xml version="1.0"?>
<script type="text/javascript">
<![CDATA[
function boom()
{
var a = document.getElementById("a");
a.removeAttribute("end");
a.setAttribute("end", "a.begin");
}
window.addEventListener("load", boom, false);
]]>
</script>
<animate end="0" id="a" onend="boom()"/>
</svg>