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

Unified Diff: components/test/data/autofill/merge/input/primarycase.in

Issue 1932193003: [Autofill] Modernize some AutofillMergeTest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mac import Created 4 years, 8 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: components/test/data/autofill/merge/input/primarycase.in
diff --git a/components/test/data/autofill/merge/input/primarycase.in b/components/test/data/autofill/merge/input/primarycase.in
index 5e56fa382b2aaba27999088f2edba31219c69e33..2529c76ab0f678257c5a04d21594ceea219a6987 100644
--- a/components/test/data/autofill/merge/input/primarycase.in
+++ b/components/test/data/autofill/merge/input/primarycase.in
@@ -2,10 +2,10 @@
NAME_FIRST: Alice
NAME_MIDDLE: Anne
NAME_LAST: Akins
+NAME_FULL:
EMAIL_ADDRESS: aa@a.com
COMPANY_NAME: Acme
-ADDRESS_HOME_LINE1: 1 Main Street
-ADDRESS_HOME_LINE2: Apt 1
+ADDRESS_HOME_STREET_ADDRESS: 1 Main Street\\nApt 1
ADDRESS_HOME_CITY: San Francisco
ADDRESS_HOME_STATE: CA
ADDRESS_HOME_ZIP: 94102
@@ -15,10 +15,10 @@ PHONE_HOME_WHOLE_NUMBER: 16502101111
NAME_FIRST: Billy
NAME_MIDDLE: Bob
NAME_LAST: Bruner
+NAME_FULL:
EMAIL_ADDRESS: bb@b.com
COMPANY_NAME: Acme
-ADDRESS_HOME_LINE1: 1 MAIN STREET
-ADDRESS_HOME_LINE2: Apt 1
+ADDRESS_HOME_STREET_ADDRESS: 1 MAIN STREET\\nApt 1
ADDRESS_HOME_CITY: SAN FRANCISCO
ADDRESS_HOME_STATE: CA
ADDRESS_HOME_ZIP: 94102
« no previous file with comments | « components/test/data/autofill/merge/input/identical.in ('k') | components/test/data/autofill/merge/input/singlemerge.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698