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

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: Add missed filed from last upload. 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
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..4aa71fd3031e50c00a669074b9b82c6626100320 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="no_form.html" id="no_form_frame" name="no_form_frame">
vabr (Chromium) 2014/06/13 08:12:44 optional nit: You could also re-use 'done.html' an
ziran.sun 2014/06/13 10:58:26 Done.
+</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/renderer/autofill/password_autofill_agent_browsertest.cc ('k') | chrome/test/data/password/no_form.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698