diff options
Diffstat (limited to 'dom/html/test/post_action_page.html')
-rw-r--r-- | dom/html/test/post_action_page.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dom/html/test/post_action_page.html b/dom/html/test/post_action_page.html new file mode 100644 index 0000000000..ba6ae514f2 --- /dev/null +++ b/dom/html/test/post_action_page.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="utf-8"/> + <title>Submission Flush Test Post Action Page</title> + </head> + <body> + <h1>Post Action Page</h1> + </body> +</html> |