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

Side by Side Diff: chrome/test/data/autofill/heuristics/output/04_checkout_jr.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 NAME_FIRST | billingAddress.firstName | * | 1 NAME_FIRST | billingAddress.firstName | * |
2 NAME_LAST | billingAddress.lastName | * | 2 NAME_LAST | billingAddress.lastName | * |
3 ADDRESS_BILLING_LINE1 | billingAddress.address1 | * | 3 ADDRESS_BILLING_LINE1 | billingAddress.address1 | * |
4 ADDRESS_BILLING_LINE2 | billingAddress.address2 | Street address or P.O. box | 4 ADDRESS_BILLING_LINE2 | billingAddress.address2 | Street address or P.O. box |
5 ADDRESS_BILLING_CITY | billingAddress.city | * | 5 ADDRESS_BILLING_CITY | billingAddress.city | * |
6 ADDRESS_BILLING_STATE | billingAddress.stateCode | * | XX 6 ADDRESS_BILLING_STATE | billingAddress.stateCode | * | XX
7 ADDRESS_BILLING_ZIP | billingAddress.postalCode | * | 7 ADDRESS_BILLING_ZIP | billingAddress.postalCode | * |
8 ADDRESS_BILLING_COUNTRY | billingAddress.country | * | US 8 ADDRESS_BILLING_COUNTRY | billingAddress.country | * | US
9 PHONE_HOME_WHOLE_NUMBER | billingAddress.phoneNumber | * | 9 PHONE_HOME_WHOLE_NUMBER | billingAddress.phoneNumber | * |
10 EMAIL_ADDRESS | customer.emailAddress | * | 10 EMAIL_ADDRESS | customer.emailAddress | * |
11 UNKNOWN_TYPE | customer.optIn | Yes, send me J&R's promotional email newsletter. | on
12 UNKNOWN_TYPE | storePickup | Pickup In-Store (Park Row, New York NY) | on
13 UNKNOWN_TYPE | shipToBillingAddress | Ship to my billing address | on
11 NAME_FIRST | shippingAddress.firstName | * | 14 NAME_FIRST | shippingAddress.firstName | * |
12 NAME_LAST | shippingAddress.lastName | * | 15 NAME_LAST | shippingAddress.lastName | * |
13 ADDRESS_HOME_LINE1 | shippingAddress.address1 | * | 16 ADDRESS_HOME_LINE1 | shippingAddress.address1 | * |
14 ADDRESS_HOME_LINE2 | shippingAddress.address2 | Street address or P.O. box | 17 ADDRESS_HOME_LINE2 | shippingAddress.address2 | Street address or P.O. box |
15 ADDRESS_HOME_CITY | shippingAddress.city | * | 18 ADDRESS_HOME_CITY | shippingAddress.city | * |
16 ADDRESS_HOME_STATE | shippingAddress.stateCode | * | XX 19 ADDRESS_HOME_STATE | shippingAddress.stateCode | * | XX
17 ADDRESS_HOME_ZIP | shippingAddress.postalCode | * | 20 ADDRESS_HOME_ZIP | shippingAddress.postalCode | * |
18 ADDRESS_HOME_COUNTRY | shippingAddress.country | * | US 21 ADDRESS_HOME_COUNTRY | shippingAddress.country | * | US
19 PHONE_HOME_WHOLE_NUMBER | shippingAddress.phoneNumber | * | 22 PHONE_HOME_WHOLE_NUMBER | shippingAddress.phoneNumber | * |
20 UNKNOWN_TYPE | customOrderHeader.internationalBilling | International Billing | 23 UNKNOWN_TYPE | customOrderHeader.internationalBilling | International Billing |
21 UNKNOWN_TYPE | customOrderHeader.salespersonNumber | Salesperson Number | 24 UNKNOWN_TYPE | customOrderHeader.salespersonNumber | Salesperson Number |
22 UNKNOWN_TYPE | customOrderHeader.giftFromName | Gift From | 25 UNKNOWN_TYPE | customOrderHeader.giftFromName | Gift From |
23 UNKNOWN_TYPE | customOrderHeader.giftMessage | Gift Message | 26 UNKNOWN_TYPE | customOrderHeader.giftMessage | Gift Message |
24 EMAIL_ADDRESS | customOrderHeader.giftEmailAddress | Gift Email | 27 EMAIL_ADDRESS | customOrderHeader.giftEmailAddress | Gift Email |
28 UNKNOWN_TYPE | customOrderHeader.giftHidePrices | Hide prices on the recipient's invoice and products on gift email. | on
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698