diff options
Diffstat (limited to '')
-rw-r--r-- | dom/base/crashtests/205225-1.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dom/base/crashtests/205225-1.html b/dom/base/crashtests/205225-1.html new file mode 100644 index 0000000000..26576d4d5c --- /dev/null +++ b/dom/base/crashtests/205225-1.html @@ -0,0 +1,9 @@ +<html> +<head> +<script type="text/javascript"> +document.createTreeWalker(null, NodeFilter.SHOW_ALL, null); +</script> +</head> +<body> +</body> +</html> |