| Index: third_party/WebKit/LayoutTests/http/tests/navigation/post-303-response.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/navigation/post-303-response.html b/third_party/WebKit/LayoutTests/http/tests/navigation/post-303-response.html
|
| index 0f702f11bb4ced1feb4ab432983d0c1c1364866a..ae2d8f92412213a590f680163e2e18b6758428a9 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/navigation/post-303-response.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/navigation/post-303-response.html
|
| @@ -11,7 +11,7 @@ var doTest = function () {
|
| </script>
|
| </head>
|
| <body onload="doTest()">
|
| -<form id="form1" action="resources/redirection-response.php?status=303&target=redirected-post-request-contents.php?content=false" method="post">
|
| +<form id="form1" action="../resources/redirection-response.php?status=303&target=/navigation/resources/redirected-post-request-contents.php?content=false" method="post">
|
| <input type="text" name="text1" value="some text"><br>
|
| </form>
|
| </body>
|
|
|