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

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

Issue 1476523004: Implementation of new behaviour of Password Manager on retry password forms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments updated Created 5 years, 1 month 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 60423c990c4963e8b3ba3166d5c9d73dd3b2638e..234671cb0cb23e4e9b53ce052281435c3fa585ad 100644
--- a/chrome/test/data/password/password_form.html
+++ b/chrome/test/data/password/password_form.html
@@ -101,5 +101,11 @@ needs to access them by their offsets in the array of the form children.
<input type='password' id="hidden_password_form_password" placeholder='Password' />
<input type='submit' />
</form>
+
+<!-- Retry password form. -->
+<form method="POST" action="done.html" onsubmit="return true;" id="retry_form">
+ <input type="password" id="retry_password_field" name="retry_password_field">
+ <input type="submit" id="retry_submit_button" name="retry_submit_button">
+</form>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698