summaryrefslogtreecommitdiffstats
path: root/layout/svg/crashtests/657077-1.svg
blob: b0165bd14a9b90d7ab604e47d178de0950eedd2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?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>