| Index: third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/form-action-src-default-ignored.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/form-action-src-default-ignored.html b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/form-action-src-default-ignored.html
|
| index a9140c353cc74ca8c8a1cf10f413d73d7e04dbbf..7499f04526cb13b97a67c8ef50545d9e8c40a81b 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/form-action-src-default-ignored.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/form-action-src-default-ignored.html
|
| @@ -22,6 +22,9 @@
|
| <input type='submit' id='submit' value='submit'>
|
| </form>
|
|
|
| - <p>Tests that default-src does. If this test passes, you will see a page indicating a form was POSTed.</p>
|
| + <p>
|
| + Tests that 'form-action' doesn't fallback on 'default-src'.
|
| + If this test passes, you will see a page indicating a form was POSTed.
|
| + </p>
|
| </body>
|
| </html>
|
|
|