summaryrefslogtreecommitdiffstats
path: root/toolkit/components/passwordmgr/test/browser/form_expanded.html
blob: 567a373f5bd2854d3d4c098754808da922a81f62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html><html><head><meta charset="utf-8"></head><body>
<!-- Any copyright is dedicated to the Public Domain.
    - http://creativecommons.org/publicdomain/zero/1.0/ -->

<!-- Expanded page containing a form + several unrelated elements -->

<form id="form-basic">
  <input id="form-expanded-search">
  <input id="form-expanded-username" name="username">
  <input id="form-expanded-password" name="password" type="password">
  <input id="form-expanded-submit" type="submit">
  <input id="form-expanded-captcha">
</form>
<input id="form-expanded-non-form-input">

</body></html>