diff options
Diffstat (limited to 'js/xpconnect/crashtests/471366-1.html')
-rw-r--r-- | js/xpconnect/crashtests/471366-1.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/js/xpconnect/crashtests/471366-1.html b/js/xpconnect/crashtests/471366-1.html new file mode 100644 index 000000000..b450d5e12 --- /dev/null +++ b/js/xpconnect/crashtests/471366-1.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html> +<head> +<script type="text/javascript"> + +SpecialPowers.wrap(document).getAnonymousNodes({__proto__: XPCNativeWrapper.prototype}); + +</script> +</head> +<body> +</body> +</html> |