summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/navigation-timing/resources/navigation-type-post-back.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/navigation-timing/resources/navigation-type-post-back.html')
-rw-r--r--testing/web-platform/tests/navigation-timing/resources/navigation-type-post-back.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/web-platform/tests/navigation-timing/resources/navigation-type-post-back.html b/testing/web-platform/tests/navigation-timing/resources/navigation-type-post-back.html
new file mode 100644
index 0000000000..8c19a2f5a5
--- /dev/null
+++ b/testing/web-platform/tests/navigation-timing/resources/navigation-type-post-back.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html>
+
+<body>
+ <form action="navigation_type_post_back.py" method="post">
+ Post to page <button type="submit">Press to POST page</button>
+ </form>
+</body>
+
+</html>