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/383685-1.svg
<svg xmlns="http://www.w3.org/2000/svg" onload="setTimeout(boom, 100);">
<script>
function boom()
{
var gradient = document.getElementById("gradient");
gradient.spreadMethod.baseVal = undefined;
uneval({p: gradient.attributes});
}
</script>
<linearGradient id="gradient" />
</svg>