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

Side by Side Diff: chrome/test/data/autofill/heuristics/output/07_checkout_williams-sonoma.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_FULL | shipTos[0].address.fullName | Full Name* | 1 NAME_FULL | shipTos[0].address.fullName | Full Name* |
2 ADDRESS_HOME_LINE1 | shipTos[0].address.addrLine1 | Address* | 2 ADDRESS_HOME_LINE1 | shipTos[0].address.addrLine1 | Address* |
3 ADDRESS_HOME_LINE2 | shipTos[0].address.addrLine2 | Address Line 2 | 3 ADDRESS_HOME_LINE2 | shipTos[0].address.addrLine2 | Address Line 2 |
4 ADDRESS_HOME_CITY | shipTos[0].address.city | City* | 4 ADDRESS_HOME_CITY | shipTos[0].address.city | City* |
5 ADDRESS_HOME_STATE | shipTos[0].address.state | State* | 5 ADDRESS_HOME_STATE | shipTos[0].address.state | State* |
6 ADDRESS_HOME_ZIP | shipTos[0].address.zip | Zip* | 6 ADDRESS_HOME_ZIP | shipTos[0].address.zip | Zip* |
7 PHONE_HOME_WHOLE_NUMBER | shipTos[0].address.dayPhone | Daytime Phone* | 7 PHONE_HOME_WHOLE_NUMBER | shipTos[0].address.dayPhone | Daytime Phone* |
8 PHONE_HOME_WHOLE_NUMBER | shipTos[0].address.eveningPhone | Alternate Phone | 8 PHONE_HOME_WHOLE_NUMBER | shipTos[0].address.eveningPhone | Alternate Phone |
9 UNKNOWN_TYPE | shipTos[0].billingAddressUpdate | Yes, use this shipping address for my billing address. | on
9 EMAIL_ADDRESS | shipTos[0].address.emailAddr | Email* | 10 EMAIL_ADDRESS | shipTos[0].address.emailAddr | Email* |
10 EMAIL_ADDRESS | shipTos[0].confirmEmailAddr | Confirm Email* | 11 EMAIL_ADDRESS | shipTos[0].confirmEmailAddr | Confirm Email* |
12 UNKNOWN_TYPE | shipTos[0].shipType | | Standard
13 UNKNOWN_TYPE | shipTos[0].shipType | Standard (5-7 business days) Rush (2-3 busi ness days) | Rush
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698