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

<html>
<body>
Navigation complete. Below is a form unrelated to the previous login form.
<form method="POST" action="unrelated.html" id="to_unrelated">
  <input type="text" id="email_unrelated" name="email_unrelated">
  <input type="password" id="password_unrelated" name="password_unrelated">
  <input type="submit" id="submit_unrelated" name="submit_unrelated">
</form>

</body>
</html>