summaryrefslogtreecommitdiffstats
path: root/toolkit/components/passwordmgr/test/browser/form_autofocus_frame.html
blob: 3a145a9ea88c41202ea33927c8131fd7039a2e93 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html><html><head><meta charset="utf-8"></head>
<body>
<form id="form-basic">
  <input id="form-basic-username" name="username" autofocus>
  <input id="form-basic-password" name="password" type="password">
  <input id="form-basic-submit" type="submit">
</form>
<iframe src="/document-builder.sjs?html=<html><body>Hi</body></html>"></iframe>

</body></html>