summaryrefslogtreecommitdiffstats
path: root/mobile/android/geckoview/src/androidTest/assets/www/forms_id_value.html
blob: 522dbc16008db7c4ae38b1d0ddcfbde71c7fde97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
  <head>
    <meta charset="utf-8" />
    <title>Forms ID Value</title>
    <meta name="viewport" content="minimum-scale=1,width=device-width" />
  </head>
  <body>
    <form id="form1">
      <input type="password" id="value" />
    </form>
  </body>
</html>