-1:000000000000 | 0:a13098c28a47 |
---|---|
1 <svg xmlns="http://www.w3.org/2000/svg" | |
2 class="reftest-wait"> | |
3 | |
4 <defs><path id="x"/></defs> | |
5 | |
6 <script> | |
7 function boom() | |
8 { | |
9 document.getElementById("x").style.transform = "translate(0px)"; | |
10 document.documentElement.removeAttribute("class"); | |
11 } | |
12 | |
13 window.addEventListener("load", boom, false); | |
14 </script> | |
15 | |
16 </svg> |