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

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

Issue 488083002: [Password Manager] Fix to recognise failed login attempt for sites where content server pushes new … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@branch_autofill_todo_20140813
Patch Set: Incorporated review comments and added browser_tests. Created 6 years, 4 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
OLDNEW
(Empty)
1 <html>
2 <body>
3 Navigation complete. Below is the different login form pushed by server but with same action URL.
4 The URL schem may or may not be same.
5 <form method="POST" action="DONE_AND_SEPERATE_LOGIN_FORM.HTML" id="to_seperate">
6 <input type="text" id="username_seperate" name="username_seperate">
7 <input type="password" id="password_seperate" name="password_seperate">
8 <input type="submit" id="submit_seperate" name="submit_seperate">
9 </form>
10 </body>
11 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698