diff options
Diffstat (limited to 'dom/base/crashtests/564114.html')
-rw-r--r-- | dom/base/crashtests/564114.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dom/base/crashtests/564114.html b/dom/base/crashtests/564114.html new file mode 100644 index 000000000..93786e222 --- /dev/null +++ b/dom/base/crashtests/564114.html @@ -0,0 +1,11 @@ +<html> +<head> +<script type="text/javascript"> + +document.documentElement.compareDocumentPosition(null); + +</script> +</head> + +<body></body> +</html> |