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

Unified Diff: chrome/test/data/password/multi_frames.html

Issue 293093002: Don't show "Save password" prompt for a failed login (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 6 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/done.html ('k') | components/autofill/content/common/autofill_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/password/multi_frames.html
diff --git a/chrome/test/data/password/multi_frames.html b/chrome/test/data/password/multi_frames.html
index 02bb48dcf9b2cf78ba9c036992a1615b2264d256..4184772ae1a4e548d4d790751abeb3f15313201a 100644
--- a/chrome/test/data/password/multi_frames.html
+++ b/chrome/test/data/password/multi_frames.html
@@ -1,6 +1,8 @@
<html>
<body>
+<iframe src="done.html" id="no_form_frame" name="no_form_frame">
+</iframe>
<iframe src="password_form.html" id="first_frame" name="first_frame">
</iframe>
<iframe src="password_form.html" id="second_frame" name="second_frame">
@@ -12,5 +14,11 @@
<input type="submit" id="input_submit_button" name="input_submit_button">
</form>
+<form method="POST" action="multi_frames.html" id="to_multi_frames">
+ <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.html ('k') | components/autofill/content/common/autofill_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698