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