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/svg/crashtests/413174-1.svg
onload="boom();">
<script>
function boom()
{
var g = document.getElementById("g");
var use = document.getElementById("use");
g.appendChild(use);
document.documentElement.appendChild(use);
document.documentElement.appendChild(g);
}
</script>
<g id="g" style="counter-reset: c;">
<rect width="1" height="1"/>
</g>
<use id="use" xlink:href="#g"/>
</svg>