diff options
Diffstat (limited to 'js/xpconnect/crashtests/608963.html')
-rw-r--r-- | js/xpconnect/crashtests/608963.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/js/xpconnect/crashtests/608963.html b/js/xpconnect/crashtests/608963.html new file mode 100644 index 0000000000..ef2e5bbfcf --- /dev/null +++ b/js/xpconnect/crashtests/608963.html @@ -0,0 +1,5 @@ +<!DOCTYPE html> +<script> +Object.create(location).constructor; +</script> + |