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

Side by Side Diff: chrome/test/data/autofill/functional/phone_pexpected_autofill.txt

Issue 7057035: Update to valid US phone number to accomidate new phone verification for Autofill. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 7 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Expected profile for comparing phone numbers in Autofill tests. 1 # Expected profile for comparing phone numbers in Autofill tests.
2 # Used by: chrome/test/functional/autofill.py testComparePhoneNumbers 2 # Used by: chrome/test/functional/autofill.py testComparePhoneNumbers
3 3
4 [ 4 [
5 {'NAME_FIRST': 'Bob', 'NAME_LAST': 'Smith', 'ADDRESS_HOME_LINE1': '1234 H St.', 5 {'NAME_FIRST': 'Bob', 'NAME_LAST': 'Smith', 'ADDRESS_HOME_LINE1': '1234 H St.',
6 'ADDRESS_HOME_CITY': 'San Jose', 'ADDRESS_HOME_STATE': 'CA', 6 'ADDRESS_HOME_CITY': 'San Jose', 'ADDRESS_HOME_STATE': 'CA',
7 'ADDRESS_HOME_ZIP': '95110', 'PHONE_HOME_WHOLE_NUMBER': '14085554567', 7 'ADDRESS_HOME_ZIP': '95110', 'PHONE_HOME_WHOLE_NUMBER': '14085554567',
8 'PHONE_HOME_CITY_CODE-1': '408', 'PHONE_HOME_CITY_CODE-2': '408', 8 'PHONE_HOME_CITY_CODE-1': '408', 'PHONE_HOME_CITY_CODE-2': '408',
9 'PHONE_HOME_NUMBER': '1234567', 'PHONE_HOME_NUMBER_3-1': '555', 9 'PHONE_HOME_NUMBER': '5554567', 'PHONE_HOME_NUMBER_3-1': '555',
10 'PHONE_HOME_NUMBER_3-2': '555', 'PHONE_HOME_NUMBER_4-1': '4567', 10 'PHONE_HOME_NUMBER_3-2': '555', 'PHONE_HOME_NUMBER_4-1': '4567',
11 'PHONE_HOME_NUMBER_4-2': '4567', 'PHONE_HOME_EXT-1': '', 11 'PHONE_HOME_NUMBER_4-2': '4567', 'PHONE_HOME_EXT-1': '',
12 'PHONE_HOME_EXT-2': '', 'PHONE_HOME_COUNTRY_CODE-1': '1', 12 'PHONE_HOME_EXT-2': '', 'PHONE_HOME_COUNTRY_CODE-1': '1',
13 'PHONE_FAX_WHOLE_NUMBER': '16507654321', 'PHONE_FAX_CITY_CODE-1': '650', 13 'PHONE_FAX_WHOLE_NUMBER': '16507654321', 'PHONE_FAX_CITY_CODE-1': '650',
14 'PHONE_FAX_CITY_CODE-2': '650', 'PHONE_FAX_NUMBER': '7654321', 14 'PHONE_FAX_CITY_CODE-2': '650', 'PHONE_FAX_NUMBER': '7654321',
15 'PHONE_FAX_NUMBER_3-1': '765', 'PHONE_FAX_NUMBER_3-2': '765', 15 'PHONE_FAX_NUMBER_3-1': '765', 'PHONE_FAX_NUMBER_3-2': '765',
16 'PHONE_FAX_NUMBER_4-1': '4321', 'PHONE_FAX_NUMBER_4-2': '4321', 16 'PHONE_FAX_NUMBER_4-1': '4321', 'PHONE_FAX_NUMBER_4-2': '4321',
17 'PHONE_FAX_EXT-1': '', 'PHONE_FAX_EXT-2': '', 17 'PHONE_FAX_EXT-1': '', 'PHONE_FAX_EXT-2': '',
18 'PHONE_FAX_COUNTRY_CODE-1': '1',}, 18 'PHONE_FAX_COUNTRY_CODE-1': '1',},
19 ] 19 ]
20 20
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698