summaryrefslogtreecommitdiffstats
path: root/browser/tools/mozscreenshots/mozscreenshots/extension/lib/controlCenter/password.html
blob: 01038427010c45072e9f4c88c4b0b66371fdb704 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE HTML>
<html>
  <head>
    <meta charset="utf8">
    <title>HTTP Password test</title>
  </head>
  <body>
    <form>
      <input type="password" />
      <button type="submit">Submit</button>
    </form>
  </body>
</html>