gecko-dev/layout/style/crashtests/524252-1.html

11 строки
239 B
HTML

<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>