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

Unified Diff: chrome/test/data/password/password_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
« no previous file with comments | « chrome/test/data/password/failed.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/password/password_form.html
diff --git a/chrome/test/data/password/password_form.html b/chrome/test/data/password/password_form.html
index 6f194b30f7842248839d1bf2e2f2f15a31528a8e..c271025394c2269def57c422837066bbfda2579e 100644
--- a/chrome/test/data/password/password_form.html
+++ b/chrome/test/data/password/password_form.html
@@ -40,5 +40,17 @@ needs to access them by their offsets in the array of the form children.
<input type="submit">
</form>
+<form method="POST" action="done_and_unrelated_form.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>
+
+<form method="POST" action="failed.html" id="to_failed">
+ <input type="text" id="username_failed" name="username_failed">
+ <input type="password" id="password_failed" name="password_failed">
+ <input type="submit" id="submit_failed" name="submit_failed">
+</form>
+
</body>
</html>
« no previous file with comments | « chrome/test/data/password/failed.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698