diff options
Diffstat (limited to 'dom/base/crashtests/327695-1.html')
-rw-r--r-- | dom/base/crashtests/327695-1.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dom/base/crashtests/327695-1.html b/dom/base/crashtests/327695-1.html new file mode 100644 index 000000000..a3d5562b3 --- /dev/null +++ b/dom/base/crashtests/327695-1.html @@ -0,0 +1,10 @@ +<html> +<head> +<script> +document.createTextNode("").__proto__.__proto__ = null; +document.createTextNode(""); +</script> +</head> +<body> +</body> +</html> |