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/551620-1.svg
<animate id="x" begin="y.end"/>
<animate id="y"/>
<script>
function boom()
{
var x = document.getElementById("x");
var y = document.getElementById("y");
y.appendChild(x);
y.setAttributeNS(null, "dur", "0.5s");
y.removeAttributeNS(null, "dur");
}
window.addEventListener("load", boom, false);
</script>
</svg>