tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / http / tests / history / redirect-meta-refresh-2-seconds.html
1 <html>
2 <head>
3 <meta http-equiv="Refresh" content="2; url=resources/redirect-target.html#1">
4 <title>Meta Refresh Redirect</title>
5 <script>
6 if (window.layoutTestController) {
7     layoutTestController.clearBackForwardList();
8     layoutTestController.waitUntilDone();
9 }
10 </script>
11
12 <body>This page is a meta refresh redirect on a 2 second delay.</body>
13 </html>