summaryrefslogtreecommitdiffstats
path: root/dom/browser-element/mochitest/file_browserElement_BrowserWindowNamespace.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/browser-element/mochitest/file_browserElement_BrowserWindowNamespace.html')
-rw-r--r--dom/browser-element/mochitest/file_browserElement_BrowserWindowNamespace.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/dom/browser-element/mochitest/file_browserElement_BrowserWindowNamespace.html b/dom/browser-element/mochitest/file_browserElement_BrowserWindowNamespace.html
new file mode 100644
index 000000000..7903a63b8
--- /dev/null
+++ b/dom/browser-element/mochitest/file_browserElement_BrowserWindowNamespace.html
@@ -0,0 +1,9 @@
+<html>
+<body>
+<script>
+addEventListener('load', function() {
+ window.open("http://example.com/" + location.hash, "foo");
+});
+</script>
+</body>
+</html>