| Index: third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/form-action-src-redirect-blocked.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/form-action-src-redirect-blocked.html b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/form-action-src-redirect-blocked.html
|
| index 5bd9649cb8a8d0b18ce4072205bd5053083e25ab..ad0f6e48856f2efb937d20287d0658619042fa96 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/form-action-src-redirect-blocked.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/form-action-src-redirect-blocked.html
|
| @@ -20,7 +20,7 @@
|
| </script>
|
| </head>
|
| <body>
|
| - <form id="form1" action="/navigation/resources/redirection-response.php?host=localhost:8000&status=302&target=form-target.pl" method="post">
|
| + <form id="form1" action="/resources/redirection-response.php?host=localhost:8000&status=302&target=/navigation/resources/form-target.pl" method="post">
|
| <input type='text' name='fieldname' value='fieldvalue'>
|
| <input type='submit' id='submit' value='submit'>
|
| </form>
|
|
|