diff options
Diffstat (limited to 'dom/base/crashtests/564079-1.html')
-rw-r--r-- | dom/base/crashtests/564079-1.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dom/base/crashtests/564079-1.html b/dom/base/crashtests/564079-1.html new file mode 100644 index 000000000..1c97ff967 --- /dev/null +++ b/dom/base/crashtests/564079-1.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html> +<head> +<script type="text/javascript"> + +document.createTextNode("x").lookupPrefix(""); + +</script> +</head> +</html> |