635153.html (256B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <script> 5 6 function boom() 7 { 8 var r = document.documentElement; 9 document.__proto__ = document.createTextNode("text"); 10 r.style.counterReset = "a"; 11 } 12 13 </script> 14 </head> 15 <body onload="boom();"></body> 16 </html>