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-1.svg
<?xml version="1.0"?>
<script type="text/javascript">
<![CDATA[
function boom()
{
document.documentElement.appendChild(document.getElementById("a"));
}
window.addEventListener("load", boom, false);
]]>
</script>
<animate end="a.begin" id="a"/>
<animate end="a.begin" id="a"/>
</svg>