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/572938-2.svg
class="reftest-wait">
<script>
function boom()
{
document.getElementById("circleID").removeChild(
document.getElementById("at"));
document.documentElement.removeAttribute("class");
}
window.addEventListener("load", boom, false);
</script>
<circle id="circleID">
<animate/>
<animateTransform id="at" attributeName="transform"/>
</circle>
<animate attributeName="stroke-width"/>
<use xlink:href="#circleID"/>
</svg>