Index: content/test/data/form_submission_throttle/form_action_none.html |
diff --git a/content/test/data/form_submission_throttle/form_action_none.html b/content/test/data/form_submission_throttle/form_action_none.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..b9a3b6138b8dd4d003159f0cfb56451934f74ca7 |
--- /dev/null |
+++ b/content/test/data/form_submission_throttle/form_action_none.html |
@@ -0,0 +1,9 @@ |
+<html> |
+ <head> |
+ <meta http-equiv="Content-Security-Policy" |
+ content="form-action 'none'"> |
+ </head> |
+ <body> |
+ No form submission is allowed. |
+ </body> |
+</html> |