summaryrefslogtreecommitdiffstats
path: root/toolkit/components/passwordmgr/test/browser/form_password_change.html
blob: 279de622f20153ab5055c9a53ed00a4127e0595f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>Test for Login Manager notifications w/ new password</title>
</head>
<body>
<h2>Test for Login Manager notifications w/ new password</h2>

<form id="form" action="formsubmit.sjs">
  <input id="pass" name="pass" type="password">
  <input id="newpass" name="newpass" type="password">
  <button type='submit'>Submit</button>
</form>

</body>
</html>