tenfourfox/layout/style/crashtests/524252-1.html

11 lines
245 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<html>
<head><script>
function boom()
{
var f = document.getElementById("f");
window.getComputedStyle(f, null).getPropertyValue("text-decoration");
}
</script></head>
<body onload="boom();"><font id="f" color="black">a</font></body>
</html>