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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/password/failed.html
diff --git a/chrome/test/data/password/failed.html b/chrome/test/data/password/failed.html
new file mode 100644
index 0000000000000000000000000000000000000000..fd5280561b87234c7054f665ab94a5c730769222
--- /dev/null
+++ b/chrome/test/data/password/failed.html
@@ -0,0 +1,11 @@
+<html>
+<body>
+Navigation complete. Below is the login form again, a sign of failure.
+<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/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