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

Side by Side Diff: chrome/test/data/autofill/heuristics/output/04_checkout_jcrew.com.out

Issue 12721004: Autofill:Autocomplete: Enable autocheckout of input elements of type password. This will support fi… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated expectations for hueristic tests Created 7 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
1 ADDRESS_HOME_COUNTRY | ADDRESS<>country_cd | country * | US 1 ADDRESS_HOME_COUNTRY | ADDRESS<>country_cd | country * | US
2 NAME_FIRST | ADDRESS<>firstName | first name * | 2 NAME_FIRST | ADDRESS<>firstName | first name * |
3 NAME_LAST | ADDRESS<>lastName | last name * | 3 NAME_LAST | ADDRESS<>lastName | last name * |
4 COMPANY_NAME | ADDRESS<>address3 | company/care of | 4 COMPANY_NAME | ADDRESS<>address3 | company/care of |
5 ADDRESS_HOME_LINE1 | ADDRESS<>address1 | address line 1 * | 5 ADDRESS_HOME_LINE1 | ADDRESS<>address1 | address line 1 * |
6 ADDRESS_HOME_LINE2 | ADDRESS<>address2 | address line 2 | 6 ADDRESS_HOME_LINE2 | ADDRESS<>address2 | address line 2 |
7 ADDRESS_HOME_CITY | ADDRESS<>city | city * | 7 ADDRESS_HOME_CITY | ADDRESS<>city | city * |
8 ADDRESS_HOME_STATE | ADDRESS<>state_cd | state/province * | 8 ADDRESS_HOME_STATE | ADDRESS<>state_cd | state/province * |
9 ADDRESS_HOME_ZIP | ADDRESS<>postal | zip code * | 9 ADDRESS_HOME_ZIP | ADDRESS<>postal | zip code * |
10 PHONE_HOME_WHOLE_NUMBER | ADDRESS<>phone | phone number (numbers only) * | 10 PHONE_HOME_WHOLE_NUMBER | ADDRESS<>phone | phone number (numbers only) * |
11 UNKNOWN_TYPE | anonPassword | create password |
12 UNKNOWN_TYPE | anonPasswordConfirm | confirm password |
11 UNKNOWN_TYPE | anonPasswordHint | create password hint | 13 UNKNOWN_TYPE | anonPasswordHint | create password hint |
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698