diff options
Diffstat (limited to 'layout/style/crashtests/524252-1.html')
-rw-r--r-- | layout/style/crashtests/524252-1.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/layout/style/crashtests/524252-1.html b/layout/style/crashtests/524252-1.html new file mode 100644 index 0000000000..4ea708bc39 --- /dev/null +++ b/layout/style/crashtests/524252-1.html @@ -0,0 +1,10 @@ +<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> |