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

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

Issue 10855253: Convert the autofill pyauto tests to browser tests, and remove all the supporting automation hooks … (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: review comments Created 8 years, 4 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 profiles for a test which validates phone numbers based on country.
2 # Used by: chrome/test/functional/autofill.py testProfileSavedWithValidCountryPh one
3
4 [
5 {'NAME_FIRST': 'Bob',
6 'NAME_LAST': 'Smith',
7 'ADDRESS_HOME_LINE1': '123 Cherry Ave',
8 'ADDRESS_HOME_CITY': 'Mountain View',
9 'ADDRESS_HOME_STATE': 'CA',
10 'ADDRESS_HOME_ZIP': '94043',
11 'ADDRESS_HOME_COUNTRY': 'United States',
12 'PHONE_HOME_WHOLE_NUMBER': '408-871-4567'},
13 {'NAME_FIRST': 'John',
14 'NAME_LAST': 'Doe',
15 'ADDRESS_HOME_LINE1': '987 H St',
16 'ADDRESS_HOME_CITY': 'San Jose',
17 'ADDRESS_HOME_STATE': 'CA',
18 'ADDRESS_HOME_ZIP': '95110',
19 'ADDRESS_HOME_COUNTRY': 'United States',
20 'PHONE_HOME_WHOLE_NUMBER': '408-123-4567'},
21 {'NAME_FIRST': 'Jane',
22 'NAME_LAST': 'Doe',
23 'ADDRESS_HOME_LINE1': '1523 Garcia St',
24 'ADDRESS_HOME_CITY': 'Mountain View',
25 'ADDRESS_HOME_STATE': 'CA',
26 'ADDRESS_HOME_ZIP': '94043',
27 'ADDRESS_HOME_COUNTRY': 'Germany',
28 'PHONE_HOME_WHOLE_NUMBER': '+49 40-80-81-79-000'},
29 {'NAME_FIRST': 'Bonnie',
30 'NAME_LAST': 'Smith',
31 'ADDRESS_HOME_LINE1': '6723 Roadway Rd',
32 'ADDRESS_HOME_CITY': 'San Jose',
33 'ADDRESS_HOME_STATE': 'CA',
34 'ADDRESS_HOME_ZIP': '95110',
35 'ADDRESS_HOME_COUNTRY': 'Germany',
36 'PHONE_HOME_WHOLE_NUMBER': '+21 08450 777 777'}
37 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698