diff options
Diffstat (limited to 'js/xpconnect/crashtests/326615-1.html')
-rw-r--r-- | js/xpconnect/crashtests/326615-1.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/js/xpconnect/crashtests/326615-1.html b/js/xpconnect/crashtests/326615-1.html new file mode 100644 index 0000000000..5e6684a195 --- /dev/null +++ b/js/xpconnect/crashtests/326615-1.html @@ -0,0 +1,16 @@ +<html> +<head> +</head> +<body> + +<script> + +try { + document.body.compareDocumentPosition(<foo/>); +} catch (e) { +} + +</script> + +</body> +</html> |