tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / http / tests / history / redirect-js-location-href-before-load.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 location.href = "resources/redirect-target.html#1";
11 </script>
12 </head>
13
14 <body>This page is a JavaScript redirect.</body>
15 </html>