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

Side by Side Diff: chrome/test/data/autofill/heuristics/output/05_checkout_macys.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 | selectedShippingAddress | Add a new shipping address | newAddress
1 NAME_FIRST | currentShipment.shipmentAddress.firstName | First Name: | 2 NAME_FIRST | currentShipment.shipmentAddress.firstName | First Name: |
2 NAME_LAST | currentShipment.shipmentAddress.lastName | Last Name: | 3 NAME_LAST | currentShipment.shipmentAddress.lastName | Last Name: |
3 ADDRESS_HOME_LINE1 | currentShipment.shipmentAddress.address1 | Address: | 4 ADDRESS_HOME_LINE1 | currentShipment.shipmentAddress.address1 | Address: |
4 ADDRESS_HOME_LINE2 | currentShipment.shipmentAddress.address2 | * Address: | 5 ADDRESS_HOME_LINE2 | currentShipment.shipmentAddress.address2 | * Address: |
5 ADDRESS_HOME_CITY | currentShipment.shipmentAddress.city | City: | 6 ADDRESS_HOME_CITY | currentShipment.shipmentAddress.city | City: |
6 ADDRESS_HOME_STATE | currentShipment.shipmentAddress.state | State: | NOSELECTIO N 7 ADDRESS_HOME_STATE | currentShipment.shipmentAddress.state | State: | NOSELECTIO N
7 ADDRESS_HOME_ZIP | currentShipment.shipmentAddress.zipCode | ZipCode: | 8 ADDRESS_HOME_ZIP | currentShipment.shipmentAddress.zipCode | ZipCode: |
8 PHONE_HOME_CITY_CODE | currentShipment.shipmentAddress.dayPhone.areaCode | Phone : | 9 PHONE_HOME_CITY_CODE | currentShipment.shipmentAddress.dayPhone.areaCode | Phone : |
9 PHONE_HOME_NUMBER | currentShipment.shipmentAddress.dayPhone.exchangeNbr | - | 10 PHONE_HOME_NUMBER | currentShipment.shipmentAddress.dayPhone.exchangeNbr | - |
10 PHONE_HOME_NUMBER | currentShipment.shipmentAddress.dayPhone.subscriberNbr | - | 11 PHONE_HOME_NUMBER | currentShipment.shipmentAddress.dayPhone.subscriberNbr | - |
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698