dom/smil/crashtests/669225-1.svg

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
equal deleted inserted replaced
-1:000000000000 0:35b8a9bffc22
1 <?xml version="1.0"?>
2
3 <svg xmlns="http://www.w3.org/2000/svg">
4
5 <script type="text/javascript">
6 <![CDATA[
7
8 function boom()
9 {
10 document.documentElement.appendChild(document.getElementById("a"));
11 }
12
13 window.addEventListener("load", boom, false);
14
15 ]]>
16 </script>
17
18 <animate end="a.begin" id="a"/>
19 <animate end="a.begin" id="a"/>
20
21 </svg>

mercurial