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

Unified Diff: chrome/renderer/autofill/form_manager_browsertest.cc

Issue 7541059: When an element has multiple labels for Autofill, separate them with spaces. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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/renderer/autofill/form_manager_browsertest.cc
diff --git a/chrome/renderer/autofill/form_manager_browsertest.cc b/chrome/renderer/autofill/form_manager_browsertest.cc
index 25afdbcf2a30124b1934fa4a28537f1d9b4880a1..6d160549796a40f8695293440348ff5a88258336 100644
--- a/chrome/renderer/autofill/form_manager_browsertest.cc
+++ b/chrome/renderer/autofill/form_manager_browsertest.cc
@@ -3210,7 +3210,7 @@ TEST_F(FormManagerTest, MultipleLabelsPerElement) {
names.push_back(ASCIIToUTF16("lastname"));
values.push_back(ASCIIToUTF16("Smith"));
- labels.push_back(ASCIIToUTF16("Email:xxx@yyy.com"));
+ labels.push_back(ASCIIToUTF16("Email: xxx@yyy.com"));
names.push_back(ASCIIToUTF16("email"));
values.push_back(ASCIIToUTF16("john@example.com"));
« no previous file with comments | « chrome/renderer/autofill/form_manager.cc ('k') | chrome/test/data/autofill/heuristics/output/06_checkout_sears.com.out » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698