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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/password/done_and_unrelated_form.html
diff --git a/chrome/test/data/password/done_and_unrelated_form.html b/chrome/test/data/password/done_and_unrelated_form.html
new file mode 100644
index 0000000000000000000000000000000000000000..275ae5f477b376efedaf634addccfa2e720c3ef1
--- /dev/null
+++ b/chrome/test/data/password/done_and_unrelated_form.html
@@ -0,0 +1,11 @@
+<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="username_unrelated" name="username_unrelated">
+ <input type="password" id="password_unrelated" name="password_unrelated">
+ <input type="submit" id="submit_unrelated" name="submit_unrelated">
+</form>
+
+</body>
+</html>
« 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