524252-1.html (239B)
1 <html> 2 <head><script> 3 function boom() 4 { 5 var f = document.getElementById("f"); 6 window.getComputedStyle(f).getPropertyValue("text-decoration"); 7 } 8 </script></head> 9 <body onload="boom();"><font id="f" color="black">a</font></body> 10 </html>