tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / http / tests / history / redirect-js-location-href-2-seconds.html
1 <html>
2 <head>
3 <title>JavaScript Redirect</title>
4
5 <script>
6 if (window.layoutTestController) {
7     layoutTestController.clearBackForwardList();
8     layoutTestController.waitUntilDone();
9 }
10 setTimeout(function () { location.href = "resources/redirect-target.html#1"; }, 2000);
11 </script>
12 </head>
13
14 <body>This page is a JavaScript redirect on a 2 second delay.</body>
15 </html>