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

Unified Diff: chrome/test/data/autofill/heuristics/output/03_checkout_hsn.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, 11 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/autofill/heuristics/output/03_checkout_hsn.com.out
diff --git a/chrome/test/data/autofill/heuristics/output/03_checkout_hsn.com.out b/chrome/test/data/autofill/heuristics/output/03_checkout_hsn.com.out
index 645885be9dd7689a418e81dbfda7a448d87c10d1..a7c12cd01a057f6410a9a28e20d8926d57b9a9b8 100644
--- a/chrome/test/data/autofill/heuristics/output/03_checkout_hsn.com.out
+++ b/chrome/test/data/autofill/heuristics/output/03_checkout_hsn.com.out
@@ -1,3 +1,4 @@
+UNKNOWN_TYPE | Body$BillingIsShippingCheckboxB | Enter billing information (as it appears on your statement) | on
NAME_FIRST | Body$BillingAddress$_firstName | First Name |
NAME_LAST | Body$BillingAddress$_lastName | Last Name |
ADDRESS_BILLING_LINE1 | Body$BillingAddress$_address1 | Address Line 1 |
@@ -6,8 +7,17 @@ ADDRESS_BILLING_CITY | Body$BillingAddress$_city | City |
ADDRESS_BILLING_STATE | Body$BillingAddress$_state | State |
ADDRESS_BILLING_ZIP | Body$BillingAddress$_zipcode | Zip Code |
PHONE_HOME_WHOLE_NUMBER | Body$BillingAddress$_PrimaryPhone | Primary Phone |
+UNKNOWN_TYPE | Body$BillingAddress$rdoPrimary | | H
+UNKNOWN_TYPE | Body$BillingAddress$rdoPrimary | | M
+UNKNOWN_TYPE | Body$BillingAddress$rdoPrimary | | W
PHONE_HOME_WHOLE_NUMBER | Body$BillingAddress$_Alt1Phone | Alternate Phone2(optional) |
+UNKNOWN_TYPE | Body$BillingAddress$rdoAlt1 | | H
+UNKNOWN_TYPE | Body$BillingAddress$rdoAlt1 | | M
+UNKNOWN_TYPE | Body$BillingAddress$rdoAlt1 | | W
+UNKNOWN_TYPE | Body$MobileAlerts | Enter billing information (as it appears on your statement) | on
EMAIL_ADDRESS | Body$NewEmailAddress2 | Email Address |
+UNKNOWN_TYPE | Body$WeeklyNewsletterSignup12 | Email Address | on
+UNKNOWN_TYPE | Body$TSNewsletterSignup2 | Email Address | on
NAME_FIRST | Body$ShippingAddress$_firstName | First Name |
NAME_LAST | Body$ShippingAddress$_lastName | Last Name |
ADDRESS_HOME_LINE1 | Body$ShippingAddress$_address1 | Address Line 1 |
@@ -16,8 +26,13 @@ ADDRESS_HOME_CITY | Body$ShippingAddress$_city | City |
ADDRESS_HOME_STATE | Body$ShippingAddress$_state | State |
ADDRESS_HOME_ZIP | Body$ShippingAddress$_zipcode | Zip Code |
PHONE_HOME_WHOLE_NUMBER | Body$ShippingAddress$_telephone | Phone Number |
+UNKNOWN_TYPE | PaymentTypeSelection | | 0
CREDIT_CARD_NUMBER | Body$CCNumber | Card Number |
CREDIT_CARD_EXP_MONTH | Body$CCExpirationDateMonth | Expiration Date | 0
CREDIT_CARD_EXP_4_DIGIT_YEAR | Body$CCExpirationDateYear | Expiration Date | 0
CREDIT_CARD_NAME | Body$CCNameOnCard | Name on Card |
+UNKNOWN_TYPE | IsDebitCard | Is this a Debit Card? | 1
+UNKNOWN_TYPE | IsDebitCard | Yes | 0
+UNKNOWN_TYPE | Body$SaveCC4Later | Is this a Debit Card? | on
+UNKNOWN_TYPE | PaymentTypeSelection | OR | 1
UNKNOWN_TYPE | Body$NewPasswordHint | Password Hint (optional) |

Powered by Google App Engine
This is Rietveld 408576698