Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / http / tests / history / redirect-303.html
1 <html>
2 <head>
3 <title>303 Redirect</title>
4 <script>
5   function runTest() {
6     if (window.testRunner) {
7         testRunner.clearBackForwardList();
8         testRunner.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>