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

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

Issue 6685077: Two sets of Autofill tests.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 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
(Empty)
1 # Input Profile for comparing phone numbers Autofill test.
dennis_jeffrey 2011/03/22 23:28:53 "Profile" --> "profile"
dennis_jeffrey 2011/03/22 23:28:53 "numbers Autofill test" --> "numbers in Autofill t
dyu1 2011/03/24 19:46:51 Done.
dyu1 2011/03/24 19:46:51 Done.
2 # Used by: chrome/test/functional/autofill.py testComparePhoneNumbers
3
4 [
5 {'NAME_FIRST': 'Bob', 'NAME_LAST': 'Smith', 'ADDRESS_HOME_LINE1': '1234 H St.', 'ADDRESS_HOME_CITY': 'San Jose', 'ADDRESS_HOME_STATE': 'CA', 'ADDRESS_HOME_ZIP' : '95110',
6 'PHONE_HOME_WHOLE_NUMBER': '1-408-123-4567', 'PHONE_HOME_CITY_CODE': '408', 'P HONE_HOME_NUMBER': '123-4567', 'PHONE_HOME_EXT': '88888', 'PHONE_HOME_COUNTRY_CO DE': '1',
7 'PHONE_FAX_WHOLE_NUMBER': '1-650-765-4321', 'PHONE_FAX_CITY_CODE': '650', 'PHO NE_FAX_NUMBER': '765-4321', 'PHONE_FAX_EXT': '77777', 'PHONE_FAX_COUNTRY_CODE': '1',},
8 ]
9
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698