summaryrefslogtreecommitdiffstats
path: root/dom/html/test/forms/file_login_fields.html
blob: f23ee0ad6add8f6e826d02d5c76ac93534a989c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
  <head>
    <script>
      // Add an unload listener to bypass bfcache.
      window.addEventListner("unload", _ => _);
    </script>
  </head>
  <body>
    <input id="un" />
    <input id="pw1" type="password" />
    <input id="pw2" />
    <a id="navigate" href="?navigated">Navigate</a>
    <a id="back" href="javascript:history.back()">Back</a>
  </body>
</html>