Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(422)

Side by Side Diff: chrome/test/data/password/done_and_unrelated_form.html

Issue 137783003: Password manager: improve the check for login failure (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Adding a comment about DoesManage Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
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>
9
10 </body>
11 </html>
OLDNEW
« no previous file with comments | « chrome/browser/password_manager/password_manager_browsertest.cc ('k') | chrome/test/data/password/failed.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698