dom/smil/crashtests/594653-1.svg

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
equal deleted inserted replaced
-1:000000000000 0:588e899dbda5
1 <?xml version="1.0"?>
2
3 <svg xmlns="http://www.w3.org/2000/svg" class="reftest-wait">
4 <script>
5 <![CDATA[
6
7 window.addEventListener("load", boom, false);
8
9 function boom()
10 {
11 setTimeout(bang, 0);
12 }
13
14 function bang()
15 {
16 document.documentElement.setCurrentTime(0);
17 document.documentElement.removeAttribute("class");
18 }
19
20 ]]>
21 </script>
22
23 <animate id="b"/>
24 <animate end="b.end"/>
25
26 </svg>

mercurial