Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<html>
<head><script>
function boom()
{
var f = document.getElementById("f");
window.getComputedStyle(f).getPropertyValue("text-decoration");
}
</script></head>
<body onload="boom();"><font id="f" color="black">a</font></body>
</html>