diff options
Diffstat (limited to '')
-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 0000000000..0dd8a8b530 --- /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> |