summaryrefslogtreecommitdiffstats
path: root/mobile/android/geckoview/src/androidTest/assets/www/resubmit.html
blob: d6e05a77de8bc39a1a79ba27066aa091b1b23458 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
</head>
<body>
  <form action="hello.html" method="post">
    <input id=text>
    <button id=submit>Submit</button>
  </form>
</body>
</html>