diff options
Diffstat (limited to 'js/xpconnect/crashtests/346258-1.html')
-rw-r--r-- | js/xpconnect/crashtests/346258-1.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/js/xpconnect/crashtests/346258-1.html b/js/xpconnect/crashtests/346258-1.html new file mode 100644 index 000000000..c7a54d5c6 --- /dev/null +++ b/js/xpconnect/crashtests/346258-1.html @@ -0,0 +1,12 @@ +<html> +<head> +<script type="text/javascript"> + +var sg = document.__lookupGetter__("styleSheets"); +sg.call(document, undefined); + +</script> +</head> +<body> +</body> +</html> |