chromium/chrome/test/data/password/new_password_form.html

<!--
    A form with just a new password and confirmation password fields. No
    username, no current password.
 -->
<html>
<body>
<form method="POST" action="done.html" id="testform">
  <input type="password" id="new_p" name="new_p" autocomplete="new-password">
  <input type="password" id="conf_p" name="conf_p" autocomplete="new-password">
</form>

</body>
</html>