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

Side by Side Diff: chrome/test/data/autofill/heuristics/output/06_checkout_urbanoutfitters.com.out

Issue 12084024: Use WebInputElement.isCheckbox() and isRadioButton() API being exposed by https://bugs.webkit.org/s… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove the comment as issue is reported. Created 7 years, 10 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 UNKNOWN_TYPE | shipto | Select a Saved Shipping Address | 1 UNKNOWN_TYPE | shipto | Select a Saved Shipping Address |
2 NAME_FIRST | shippingFirstName | | First Name 2 NAME_FIRST | shippingFirstName | | First Name
3 NAME_LAST | shippingLastName | | Last Name 3 NAME_LAST | shippingLastName | | Last Name
4 ADDRESS_HOME_LINE1 | shippingAddress | | Street Address 4 ADDRESS_HOME_LINE1 | shippingAddress | | Street Address
5 UNKNOWN_TYPE | shippingPobox | | true
5 ADDRESS_HOME_LINE2 | shippingAddress2 | | Apt / Flr / Bldg (optional) 6 ADDRESS_HOME_LINE2 | shippingAddress2 | | Apt / Flr / Bldg (optional)
6 ADDRESS_HOME_CITY | shippingCity | | City 7 ADDRESS_HOME_CITY | shippingCity | | City
7 ADDRESS_HOME_STATE | shippingStates | | 8 ADDRESS_HOME_STATE | shippingStates | |
8 ADDRESS_HOME_ZIP | shippingPostalCode | | Postal Code 9 ADDRESS_HOME_ZIP | shippingPostalCode | | Postal Code
9 ADDRESS_HOME_COUNTRY | shippingCountries | | 10 ADDRESS_HOME_COUNTRY | shippingCountries | |
10 PHONE_HOME_WHOLE_NUMBER | shippingPhone | | Phone 11 PHONE_HOME_WHOLE_NUMBER | shippingPhone | | Phone
11 PHONE_HOME_WHOLE_NUMBER | altShippingPhone | | Alternate Phone (optional) 12 PHONE_HOME_WHOLE_NUMBER | altShippingPhone | | Alternate Phone (optional)
13 UNKNOWN_TYPE | billingIsShipping | | true
14 UNKNOWN_TYPE | defaultShipping | | true
12 NAME_FIRST | billingFirstName | | First Name 15 NAME_FIRST | billingFirstName | | First Name
13 NAME_LAST | billingLastName | | Last Name 16 NAME_LAST | billingLastName | | Last Name
14 ADDRESS_BILLING_LINE1 | billingAddress | | Street Address 17 ADDRESS_BILLING_LINE1 | billingAddress | | Street Address
18 UNKNOWN_TYPE | billingPobox | | true
15 ADDRESS_BILLING_LINE2 | billingAddress2 | | Apt / Flr / Bldg (optional) 19 ADDRESS_BILLING_LINE2 | billingAddress2 | | Apt / Flr / Bldg (optional)
16 ADDRESS_BILLING_CITY | billingCity | | City 20 ADDRESS_BILLING_CITY | billingCity | | City
17 ADDRESS_BILLING_STATE | billingStates | | 21 ADDRESS_BILLING_STATE | billingStates | |
18 ADDRESS_BILLING_ZIP | billingPostalCode | | Postal Code 22 ADDRESS_BILLING_ZIP | billingPostalCode | | Postal Code
19 ADDRESS_BILLING_COUNTRY | billingCountries | | 23 ADDRESS_BILLING_COUNTRY | billingCountries | |
20 PHONE_HOME_WHOLE_NUMBER | billingPhone | | Phone 24 PHONE_HOME_WHOLE_NUMBER | billingPhone | | Phone
21 PHONE_HOME_WHOLE_NUMBER | altBillingPhone | | Alternate Phone (optional) 25 PHONE_HOME_WHOLE_NUMBER | altBillingPhone | | Alternate Phone (optional)
26 UNKNOWN_TYPE | defaultBilling | | true
22 UNKNOWN_TYPE | savedCreditCard | | 27 UNKNOWN_TYPE | savedCreditCard | |
23 CREDIT_CARD_TYPE | payment_cardtype | | 28 CREDIT_CARD_TYPE | payment_cardtype | |
24 CREDIT_CARD_NUMBER | payment_acctnum | | Card Number (no spaces or dashes) 29 CREDIT_CARD_NUMBER | payment_acctnum | | Card Number (no spaces or dashes)
25 CREDIT_CARD_EXP_MONTH | expmonth | | 30 CREDIT_CARD_EXP_MONTH | expmonth | |
26 CREDIT_CARD_EXP_4_DIGIT_YEAR | expyear | | 31 CREDIT_CARD_EXP_4_DIGIT_YEAR | expyear | |
27 CREDIT_CARD_VERIFICATION_CODE | payment_cidnew | | CID / Security Code 32 CREDIT_CARD_VERIFICATION_CODE | payment_cidnew | | CID / Security Code
33 UNKNOWN_TYPE | makeDefaultCreditCard | | true
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698