diff options
Diffstat (limited to 'layout/style/crashtests/448161-2.html')
-rw-r--r-- | layout/style/crashtests/448161-2.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/layout/style/crashtests/448161-2.html b/layout/style/crashtests/448161-2.html new file mode 100644 index 000000000..41dc7800f --- /dev/null +++ b/layout/style/crashtests/448161-2.html @@ -0,0 +1,9 @@ +<html> + <body> + <script> + var node = document.createElement("a"); + node.href = "http://www.mozilla.org"; + document.defaultView.getComputedStyle(node, "").color + </script> + </body> +</html> |