621596-1.html (388B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <script> 5 6 function boom() 7 { 8 document.documentElement.style.columnWidth = "1px"; 9 document.documentElement.style.MozOutlineRadiusBottomleft = "100%"; 10 document.documentElement.style.padding = "2251799813685249em"; 11 window.getComputedStyle(document.documentElement).MozOutlineRadiusBottomleft; 12 } 13 14 </script> 15 </head> 16 17 <body onload="boom();"></body> 18 </html>