summaryrefslogtreecommitdiffstats
path: root/dom/smil/crashtests/594653-1.svg
blob: 76352ce30b1c45934a1c1d9e26f0a4edbb0daa24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0"?>

<svg xmlns="http://www.w3.org/2000/svg" class="reftest-wait">
<script>
<![CDATA[

window.addEventListener("load", boom, false);

function boom()
{
  setTimeout(bang, 0);
}

function bang()
{
  document.documentElement.setCurrentTime(0);
  document.documentElement.removeAttribute("class");
}

]]>
</script>

<animate id="b"/>
<animate end="b.end"/>

</svg>