diff options
Diffstat (limited to 'js/xpconnect/crashtests/854139.html')
-rw-r--r-- | js/xpconnect/crashtests/854139.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/js/xpconnect/crashtests/854139.html b/js/xpconnect/crashtests/854139.html new file mode 100644 index 0000000000..dd3833e9db --- /dev/null +++ b/js/xpconnect/crashtests/854139.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> +<head> +<script> +performance.timing instanceof SpecialPowers.Ci.nsISupports; +</script> +</head> +<body> +</body> +</html> |