summaryrefslogtreecommitdiffstats
path: root/dom/base/test/file_window_focus_by_close_and_open.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/base/test/file_window_focus_by_close_and_open.html')
-rw-r--r--dom/base/test/file_window_focus_by_close_and_open.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/dom/base/test/file_window_focus_by_close_and_open.html b/dom/base/test/file_window_focus_by_close_and_open.html
new file mode 100644
index 0000000000..ab5ad72ae3
--- /dev/null
+++ b/dom/base/test/file_window_focus_by_close_and_open.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+<head>
+<script src="/tests/SimpleTest/SimpleTest.js"></script>
+</head>
+<body>
+<script>
+SimpleTest.waitForFocus(() => {
+ finished();
+});
+</script>
+</body>
+</html>