Do not announce robot account token before account ID is available
[chromium-blink-merge.git] / chrome / test / data / password / done_and_unrelated_form.html
blob275ae5f477b376efedaf634addccfa2e720c3ef1
1 <html>
2 <body>
3 Navigation complete. Below is a form unrelated to the previous login form.
4 <form method="POST" action="unrelated.html" id="to_unrelated">
5 <input type="text" id="username_unrelated" name="username_unrelated">
6 <input type="password" id="password_unrelated" name="password_unrelated">
7 <input type="submit" id="submit_unrelated" name="submit_unrelated">
8 </form>
10 </body>
11 </html>