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

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

Issue 23857010: Revert "Revert 223907 "[password generation] Upload possible account cre..."" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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/signup_form.html
diff --git a/chrome/test/data/password/password_form.html b/chrome/test/data/password/signup_form.html
similarity index 55%
copy from chrome/test/data/password/password_form.html
copy to chrome/test/data/password/signup_form.html
index ac96b5bcab1f992c0cfbdf7557f193e8f79c5b5c..abdac716b199ebb1a592ec12b4caaa3beccd5dc8 100644
--- a/chrome/test/data/password/password_form.html
+++ b/chrome/test/data/password/signup_form.html
@@ -1,6 +1,11 @@
+<!--
+ A mock signup form. Essentially the same as password_form.html, but includes
+ an additional text field which will cause it to be treated differently.
+ -->
<html>
<body>
-<form action="done.html" onsubmit="return true;" id="testform">
+<form method="POST" action="done.html" onsubmit="return true;" id="testform">
+ <input type="text" id="other_info" name="other_info">
<input type="text" id="username_field" name="username_field">
<input type="password" id="password_field" name="password_field">
<input type="submit" id="input_submit_button" name="input_submit_button">
« no previous file with comments | « chrome/test/data/password/password_form.html ('k') | components/autofill/content/renderer/password_form_conversion_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698