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/base/crashtests/575462.svg
<?xml version="1.0"?>
<g id="a"><g id="b"/></g>
<script type="text/javascript">
<![CDATA[
function j()
{
var a = document.getElementById("a");
var b = document.getElementById("b");
window.addEventListener("DOMAttrModified", k, true);
function k()
{
window.removeEventListener("DOMAttrModified", k, true);
a.appendChild(b);
}
b.removeAttribute("id");
}
window.addEventListener("load", j, false);
]]>
</script>
</svg>