summaryrefslogtreecommitdiffstats
path: root/dom/html/test/file_window_open_close_inner.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/html/test/file_window_open_close_inner.html')
-rw-r--r--dom/html/test/file_window_open_close_inner.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/dom/html/test/file_window_open_close_inner.html b/dom/html/test/file_window_open_close_inner.html
new file mode 100644
index 0000000000..dbc7e3aba8
--- /dev/null
+++ b/dom/html/test/file_window_open_close_inner.html
@@ -0,0 +1,7 @@
+<html>
+<body>
+<script>
+window.close();
+</script>
+</html>
+</body>