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

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

Issue 563313004: [Password Manager] Unfriend PasswordAutofillAgentTest from PasswordAutofillAgent (clean-up). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Incorporated review comments. Created 6 years, 3 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/form_with_only_password_field.html
diff --git a/chrome/test/data/password/form_with_only_password_field.html b/chrome/test/data/password/form_with_only_password_field.html
new file mode 100644
index 0000000000000000000000000000000000000000..5201f748550392c99591ebbdd354007ccfa7a748
--- /dev/null
+++ b/chrome/test/data/password/form_with_only_password_field.html
@@ -0,0 +1,11 @@
+<html>
+ <body>
+ <div id="contains-form">
+ <form action="done.html">
+ <label for="password">Password</label>
+ <input type="password" id="password" name="password">
+ <input type="submit" id="submit-button" value="Click!">
+ </form>
+ </div>
+ </body>
+</html>
Ilya Sherman 2014/09/18 18:45:52 Where is this file used?
Pritam Nikam 2014/09/19 11:08:02 Done.

Powered by Google App Engine
This is Rietveld 408576698