Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/resources/form-action-resubmission-main-page-caller.html |
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/resources/form-action-resubmission-main-page-caller.html b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/resources/form-action-resubmission-main-page-caller.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..1b35ed2b260a5835f5b685f0a4e5913babf299a5 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/contentSecurityPolicy/resources/form-action-resubmission-main-page-caller.html |
| @@ -0,0 +1,13 @@ |
| +<html> |
| + <body> |
| + <form |
| + id="form" |
| + method="post" |
| + action="/security/contentSecurityPolicy/resources/form-action-resubmission-main-page-callee.html"> |
| + </form> |
| + |
| + <script> |
| + document.getElementById("form").submit(); |
| + </script> |
| + </body> |
| +</html> |