diff options
Diffstat (limited to 'dom/base/crashtests/326778-1.xul')
-rw-r--r-- | dom/base/crashtests/326778-1.xul | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dom/base/crashtests/326778-1.xul b/dom/base/crashtests/326778-1.xul new file mode 100644 index 000000000..ea235730a --- /dev/null +++ b/dom/base/crashtests/326778-1.xul @@ -0,0 +1,11 @@ +<?xml version="1.0"?> +<?xml-stylesheet href="chrome://global/skin/" type="text/css"?> +<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> +<script> +<![CDATA[ +try { + document.getBoxObjectFor({}); +} catch(e) { } +]]> +</script> +</window> |