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

Unified Diff: chrome/test/data/autofill/heuristics/output/02_checkout_cafepress.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/02_checkout_cafepress.com.out
diff --git a/chrome/test/data/autofill/heuristics/output/02_checkout_cafepress.com.out b/chrome/test/data/autofill/heuristics/output/02_checkout_cafepress.com.out
index 4683755e573c9825cdb368c8b44534643b16b946..ca0c74db8f97cc57b13210c8e92c8622a6a84d69 100644
--- a/chrome/test/data/autofill/heuristics/output/02_checkout_cafepress.com.out
+++ b/chrome/test/data/autofill/heuristics/output/02_checkout_cafepress.com.out
@@ -9,6 +9,9 @@ UNKNOWN_TYPE | BillStateOther | State/Province* |
ADDRESS_BILLING_ZIP | BillZip | Zip/Postal Code* |
PHONE_HOME_WHOLE_NUMBER | BillPhone | Phone Number* |
EMAIL_ADDRESS | BillEmail | Email Address* |
+UNKNOWN_TYPE | cbStoreSpecial | | on
+UNKNOWN_TYPE | ShipDestination | | billaddress
+UNKNOWN_TYPE | ShipDestination | Ship to my billing address | shipaddress
NAME_FULL | ShipName | Recipient Name* |
ADDRESS_HOME_COUNTRY | ShipCountry | Country* | UNITED STATES
ADDRESS_HOME_LINE1 | ShipStreet1 | Address* |
@@ -17,8 +20,16 @@ ADDRESS_HOME_CITY | ShipCity | Town/City* |
ADDRESS_HOME_STATE | ShipState | State/Province* |
UNKNOWN_TYPE | ShipStateOther | State/Province* |
ADDRESS_HOME_ZIP | ShipZip | Zip/Postal Code* |
+UNKNOWN_TYPE | ShowGiftMsg | 2 Shipping Address | on
UNKNOWN_TYPE | countdown | You have | 300
+UNKNOWN_TYPE | ApplyGiftWrap | 2 Shipping Address | on
UNKNOWN_TYPE | txtCoupon | Apply Promo Code |
+UNKNOWN_TYPE | PaymentMethod | | PayByCafeCash
+UNKNOWN_TYPE | PaymentMethod | | PayByGC
+UNKNOWN_TYPE | PaymentMethod | | PayByCCGC
+UNKNOWN_TYPE | PaymentMethod | | PayByCC
CREDIT_CARD_NUMBER | txtCCAccount | Credit Card No.* |
CREDIT_CARD_EXP_MONTH | ccExp$MonthDrop | Expiration Date* | 06 (June)
CREDIT_CARD_EXP_4_DIGIT_YEAR | ccExp$YearDrop | Expiration Date* | 2011
+UNKNOWN_TYPE | PaymentMethod | Expiration Date* | PayByCheck
+UNKNOWN_TYPE | PaymentMethod | | PayByPayPal

Powered by Google App Engine
This is Rietveld 408576698