diff options
Diffstat (limited to 'dom/base/crashtests/329481-1.xhtml')
-rw-r--r-- | dom/base/crashtests/329481-1.xhtml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dom/base/crashtests/329481-1.xhtml b/dom/base/crashtests/329481-1.xhtml new file mode 100644 index 0000000000..3ba5477f3d --- /dev/null +++ b/dom/base/crashtests/329481-1.xhtml @@ -0,0 +1,12 @@ +<html xmlns="http://www.w3.org/1999/xhtml"> +<body> +<p>This page made Firefox leak domwindows and documents.</p> +<span onmouseover="1"></span> +<script> +try { + window.__proto__ = document.createElement("div"); +} catch(e) { +} +</script> +</body> +</html> |