tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / http / tests / history / redirect-303.html
1 <html>
2 <head>
3 <title>303 Redirect</title>
4 <script>
5   function runTest() {
6     if (window.layoutTestController) {
7         layoutTestController.clearBackForwardList();
8         layoutTestController.waitUntilDone();
9     }
10     window.setTimeout(function() {window.location = 'resources/redirect-helper.pl?303';}, 0);
11   }
12 </script>
13
14 <body onload="runTest()">This page is a 303 redirect.</body>
15 </html>