diff options
Diffstat (limited to 'docshell/test/navigation/goback.html')
-rw-r--r-- | docshell/test/navigation/goback.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docshell/test/navigation/goback.html b/docshell/test/navigation/goback.html new file mode 100644 index 0000000000..ce2968374e --- /dev/null +++ b/docshell/test/navigation/goback.html @@ -0,0 +1,5 @@ +<html> + <body onload="setTimeout('window.history.go(-1)', 1000);"> + window.history.go(-1); + </body> +</html> |