862113.html (203B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="UTF-8"> 5 <script> 6 7 function boom() 8 { 9 window.getComputedStyle(document.documentElement, ":foo"); 10 } 11 12 </script> 13 </head> 14 15 <body onload="boom();"></body> 16 </html>