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

Unified Diff: components/test/data/autofill/merge/input/case.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/case.in
diff --git a/components/test/data/autofill/merge/input/case.in b/components/test/data/autofill/merge/input/case.in
index 4657046a5d45c900d9b3472df354ff436d5ac42d..539d7571465250ef433376953944ebd84966d231 100644
--- a/components/test/data/autofill/merge/input/case.in
+++ b/components/test/data/autofill/merge/input/case.in
@@ -2,10 +2,10 @@
NAME_FIRST: John
NAME_MIDDLE: Kilgore
NAME_LAST: Doe
+NAME_FULL:
EMAIL_ADDRESS: john.doe@example.com
COMPANY_NAME: TestCo
-ADDRESS_HOME_LINE1: 1600 Amphitheatre Parkway
-ADDRESS_HOME_LINE2: (Bldg. 1950)
+ADDRESS_HOME_STREET_ADDRESS: 1600 Amphitheatre Parkway\\n(Bldg. 1950)
ADDRESS_HOME_CITY: Mountain View
ADDRESS_HOME_STATE: CA
ADDRESS_HOME_ZIP: 94043
@@ -15,10 +15,10 @@ PHONE_HOME_WHOLE_NUMBER: 6505558888
NAME_FIRST: john
NAME_MIDDLE: kilgore
NAME_LAST: doe
+NAME_FULL:
EMAIL_ADDRESS: john.doe@example.com
COMPANY_NAME: testCo
-ADDRESS_HOME_LINE1: 1600 amphitheatre parkway
-ADDRESS_HOME_LINE2: (bldg. 1950)
+ADDRESS_HOME_STREET_ADDRESS: 1600 amphitheatre parkway\\n(bldg. 1950)
ADDRESS_HOME_CITY: mountain view
ADDRESS_HOME_STATE: ca
ADDRESS_HOME_ZIP: 94043
« no previous file with comments | « components/test/data/autofill/merge/input/ambiguous.in ('k') | components/test/data/autofill/merge/input/email.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698