diff options
Diffstat (limited to 'js/xpconnect/crashtests/854604.html')
-rw-r--r-- | js/xpconnect/crashtests/854604.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/js/xpconnect/crashtests/854604.html b/js/xpconnect/crashtests/854604.html new file mode 100644 index 0000000000..41c028bc2d --- /dev/null +++ b/js/xpconnect/crashtests/854604.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> +<head> +<script> + SpecialPowers.wrap(SpecialPowers.Components).toString(); +</script> +</head> +<body> +</body> +</html> |