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

<!--
  Form with a username field is prefilled with a well-known placeholder value.
 -->
<html>
<body>
<form method="POST" action="done.html" onsubmit="return true;" id="testform">
  <input type="text" id="username_field" name="username_field" value="email">
  <input type="password" id="password_field" name="password_field" value="prefilled_password">
  <input type="submit" id="input_submit_button" name="input_submit_button">
</form>
</body>
</html>