tenfourfox/layout/svg/crashtests/657077-1.svg
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

20 lines
289 B
XML

<?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>