1341657.html (688B)
1 <html class="reftest-wait"> 2 <head> 3 <script> 4 function boom() { 5 o1 = document.createElement("script"); 6 o2 = document.implementation.createDocument('', '', null); 7 o3 = document.createElement("iframe"); 8 document.documentElement.appendChild(o3); 9 o4 = o3.contentWindow; 10 o5 = document.createTextNode('o2.adoptNode(o3); try { o4.location = "" } catch(e) {}'); 11 o1.appendChild(o5); 12 document.documentElement.appendChild(o1); 13 document.documentElement.classList.remove("reftest-wait"); 14 } 15 </script> 16 </head> 17 <body onload="boom();"></body> 18 </html>