tenfourfox/layout/svg/crashtests/657077-1.svg

20 lines
289 B
XML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<?xml version="1.0" encoding="Windows-1252"?>
<svg xmlns="http://www.w3.org/2000/svg">
<svg id="a" requiredExtensions="x"/>
<script>
<![CDATA[
function boom()
{
document.getElementById("a").unsuspendRedrawAll();
}
window.addEventListener("load", boom, false);
]]>
</script>
</svg>