Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / history / redirect-js-location-assign-0-seconds.html
1 <html>
2 <head>
3 <title>JavaScript Redirect</title>
4
5 <script>
6 if (window.testRunner) {
7     testRunner.clearBackForwardList();
8     testRunner.waitUntilDone();
9 }
10 setTimeout(function () { location.assign("resources/redirect-target.html#1"); }, 0);
11 </script>
12 </head>
13
14 <body>This page is a JavaScript redirect on a 0 second delay.</body>
15 </html>