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/345445-1.svg
<svg xmlns="http://www.w3.org/2000/svg" onload="setTimeout(boom, 30);" class="reftest-wait">
<script>
function boom()
{
var doomed = document.getElementById("doomed");
doomed.parentNode.removeChild(doomed);
document.documentElement.removeAttribute("class");
}
</script>
<g stroke="url(#grad)">
<g id="doomed">
<linearGradient id="grad" />
<rect fill="url(#grad)" />
</g>
</g>
</svg>