summaryrefslogtreecommitdiffstats
path: root/dom/xul/crashtests/354611-1.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/xul/crashtests/354611-1.html')
-rw-r--r--dom/xul/crashtests/354611-1.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/dom/xul/crashtests/354611-1.html b/dom/xul/crashtests/354611-1.html
new file mode 100644
index 0000000000..fe25de3660
--- /dev/null
+++ b/dom/xul/crashtests/354611-1.html
@@ -0,0 +1,20 @@
+<html>
+<head>
+<script>
+
+var XUL_NS = "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
+
+function boom()
+{
+ var z = document.createElementNS(XUL_NS, "window");
+ document.body.appendChild(z);
+ z.setAttribute("hidechrome", "true");
+}
+
+</script>
+
+<body onload="boom();">
+
+</body>
+
+</html> \ No newline at end of file