summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/navigation-timing/resources/navigation-type-post-back.html
blob: 8c19a2f5a5ffe4215184b22ded42c4741e9fa2a4 (plain)
1
2
3
4
5
6
7
8
9
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>