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