1010658-2.html (221B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <script> 5 function boom() 6 { 7 window.__proto__ = function(){}; 8 for (var i = 0; i < 10000; ++i) { 9 self.document; 10 } 11 } 12 13 </script></head> 14 15 <body onload="boom();"></body> 16 </html>