diff options
Diffstat (limited to 'js/xpconnect/crashtests/582649.html')
-rw-r--r-- | js/xpconnect/crashtests/582649.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/js/xpconnect/crashtests/582649.html b/js/xpconnect/crashtests/582649.html new file mode 100644 index 000000000..235858e3c --- /dev/null +++ b/js/xpconnect/crashtests/582649.html @@ -0,0 +1,12 @@ +<html> +<head> + <title>Testcase for bug 582649</title> +</head> +<body> +<script> +var foo = []; +foo[0] = foo; +document.body.setUserData("foo", foo, null); +</script> +</body> +</html> |