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

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

Issue 127973004: Persist "Save password" infobars across redirects (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/password_form.html
diff --git a/chrome/test/data/password/password_form.html b/chrome/test/data/password/password_form.html
index daf92c2c05c8df0bf80f0eda6c0ae125dcfeb703..6f194b30f7842248839d1bf2e2f2f15a31528a8e 100644
--- a/chrome/test/data/password/password_form.html
+++ b/chrome/test/data/password/password_form.html
@@ -23,6 +23,12 @@
<input type="submit" name="input_submit_button_no_id">
</form>
+<form method="POST" action="redirect.html" id="redirectform">
+ <input type="text" id="username_redirect" name="username_redirect">
+ <input type="password" id="password_redirect" name="password_redirect">
+ <input type="submit" id="submit_redirect" name="submit_redirect">
+</form>
+
<!--
Don't add anything inside this form, and don't change the order of the
elements. Because the elements have no "id" or "name" attributes, the test

Powered by Google App Engine
This is Rietveld 408576698