diff options
Diffstat (limited to 'dom/html/test/file_window_open_close_outer.html')
-rw-r--r-- | dom/html/test/file_window_open_close_outer.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dom/html/test/file_window_open_close_outer.html b/dom/html/test/file_window_open_close_outer.html new file mode 100644 index 000000000..b1450cee4 --- /dev/null +++ b/dom/html/test/file_window_open_close_outer.html @@ -0,0 +1,5 @@ +<html> +<body> +<a id="link" href="file_window_open_close_inner.html" target="_blank" onclick="setTimeout(function () { window.close() }, 0)">link</a> +</html> +</body> |