initial import
[vuplus_webkit] / Source / WebCore / manual-tests / redirectHistory / redir-3.html
1 <html>
2 <head>
3 <title>Redirect 3</title>
4 <script>
5 window.setTimeout("window.history.back()", 1000);
6 </script>
7 </head>
8 <body>
9 <p>Going back...</p>
10 </body>
11 </html>