-1:000000000000 | 0:95055a47ee56 |
---|---|
1 <?xml version="1.0"?> | |
2 | |
3 <svg xmlns="http://www.w3.org/2000/svg"><script> | |
4 <![CDATA[ | |
5 | |
6 function boom() | |
7 { | |
8 var rect = document.createElementNS("http://www.w3.org/2000/svg", "rect"); | |
9 document.documentElement.appendChild(rect); | |
10 document.removeChild(document.documentElement); | |
11 rect.getScreenCTM(); | |
12 } | |
13 | |
14 window.addEventListener("load", boom, false); | |
15 | |
16 ]]> | |
17 </script></svg> |