diff options
Diffstat (limited to 'dom/base/crashtests/326618-1.html')
-rw-r--r-- | dom/base/crashtests/326618-1.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dom/base/crashtests/326618-1.html b/dom/base/crashtests/326618-1.html new file mode 100644 index 0000000000..926670ab63 --- /dev/null +++ b/dom/base/crashtests/326618-1.html @@ -0,0 +1,14 @@ +<html> +<head> +</head> +<body> +<script> + +try { + document.body.removeChild(function(){}); +} catch (e) { +} + +</script> +</body> +</html> |