-1:000000000000 | 0:1fb774e2e1eb |
---|---|
1 <svg xmlns="http://www.w3.org/2000/svg" class="reftest-wait"> | |
2 | |
3 <script> | |
4 function boom() | |
5 { | |
6 document.documentElement.appendChild(document.getElementById("a")); | |
7 document.documentElement.removeAttribute("class"); | |
8 } | |
9 | |
10 window.addEventListener("load", boom, false); | |
11 </script> | |
12 | |
13 <animate end="a.begin" id="a"/> | |
14 | |
15 </svg> |