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

Side by Side Diff: chrome/test/data/password/failed.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 the login form again, a sign of failure.
4 <form method="POST" action="failed.html" id="to_failed">
5 <input type="text" id="username_failed" name="username_failed">
6 <input type="password" id="password_failed" name="password_failed">
7 <input type="submit" id="submit_failed" name="submit_failed">
8 </form>
9
10 </body>
11 </html>
OLDNEW
« no previous file with comments | « chrome/test/data/password/done_and_unrelated_form.html ('k') | chrome/test/data/password/password_form.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698