Chromium Code Reviews| Index: content/test/data/form_submission_throttle/form_action_with_path.html |
| diff --git a/content/test/data/form_submission_throttle/form_action_with_path.html b/content/test/data/form_submission_throttle/form_action_with_path.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..dcaddcf8efb061ad48ef51f07ffbac88b48f1e73 |
| --- /dev/null |
| +++ b/content/test/data/form_submission_throttle/form_action_with_path.html |
| @@ -0,0 +1,9 @@ |
| +<html> |
| + <head> |
| + <meta http-equiv="Content-Security-Policy" |
| + content="form-action http://*:*/file.html"> |
| + </head> |
| + <body> |
| + Only form submissions to /file.html are allowed. |
| + </body> |
| +</html> |