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

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

Issue 6961037: Changing Autofill phone numbers in test to valid US numbers. (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
OLDNEW
1 # Input profile for comparing phone numbers in Autofill tests. 1 # Input 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': '1-408-123-4567', 7 'ADDRESS_HOME_ZIP': '95110','PHONE_HOME_WHOLE_NUMBER': '1-408-555-4567',
8 'PHONE_HOME_CITY_CODE': '408', 'PHONE_HOME_NUMBER': '123-4567', 8 'PHONE_HOME_CITY_CODE': '408', 'PHONE_HOME_NUMBER': '555-4567',
9 'PHONE_HOME_EXT': '88888', 'PHONE_HOME_COUNTRY_CODE': '1', 9 'PHONE_HOME_EXT': '88888', 'PHONE_HOME_COUNTRY_CODE': '1',
10 'PHONE_FAX_WHOLE_NUMBER': '1-650-765-4321', 'PHONE_FAX_CITY_CODE': '650', 10 'PHONE_FAX_WHOLE_NUMBER': '1-650-765-4321', 'PHONE_FAX_CITY_CODE': '650',
11 'PHONE_FAX_NUMBER': '765-4321', 'PHONE_FAX_EXT': '77777', 11 'PHONE_FAX_NUMBER': '765-4321', 'PHONE_FAX_EXT': '77777',
12 'PHONE_FAX_COUNTRY_CODE': '1',}, 12 'PHONE_FAX_COUNTRY_CODE': '1',},
13 ] 13 ]
14 14
OLDNEW
« no previous file with comments | « chrome/test/data/autofill/functional/phone_pexpected_autofill.txt ('k') | chrome/test/functional/autofill.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698