diff options
Diffstat (limited to 'dom/base/test/file_window_close_2.html')
-rw-r--r-- | dom/base/test/file_window_close_2.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dom/base/test/file_window_close_2.html b/dom/base/test/file_window_close_2.html new file mode 100644 index 0000000000..c06ec90a8b --- /dev/null +++ b/dom/base/test/file_window_close_2.html @@ -0,0 +1,4 @@ +<html> + <body onload="setTimeout('history.back();');"> + </body> +</html> |