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

<html>

<body>
  Navigation complete. Below is the password update form again with empty fields.
  <form action="update_form_empty_fields.html" id="chg_testform_wo_username">
    <input type="password" id="password" name="password">
    <input type="password" id="new_password_1" name="new_password_1">
    <input type="password" id="new_password_2" name="new_password_2">
    <input type="submit" id="chg_submit_wo_username_button" name="chg_submit_button">
  </form>

</body>

</html>