summaryrefslogtreecommitdiffstats
path: root/mobile/android/geckoview/src/androidTest/assets/www/resubmit.html
blob: 6155270f1bc0179f78a0d570fdaeb4fa6dc4c5a8 (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>