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