summaryrefslogtreecommitdiffstats
path: root/mobile/android/geckoview/src/androidTest/assets/www/forms3.html
blob: 91bceb3943f72689db4f142d34d11c620e8a4419 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
  <head>
    <meta charset="utf-8" />
    <title>Forms</title>
    <meta name="viewport" content="minimum-scale=1,width=device-width" />
  </head>
  <body>
    <form id="form1">
      <input type="text" id="user1" placeholder="username" />
      <input type="password" id="pass1" placeholder="password" />
      <input type="submit" value="submit" />
    </form>
  </body>
</html>