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/layout/svg/crashtests/657077-1.svg
<?xml version="1.0" encoding="Windows-1252"?>
<svg id="a" requiredExtensions="x"/>
<script>
<![CDATA[
function boom()
{
document.getElementById("a").unsuspendRedrawAll();
}
window.addEventListener("load", boom, false);
]]>
</script>
</svg>