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

Unified Diff: chrome/test/data/autofill/heuristics/output/15_crbug_64569.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/15_crbug_64569.out
diff --git a/chrome/test/data/autofill/heuristics/output/15_crbug_64569.out b/chrome/test/data/autofill/heuristics/output/15_crbug_64569.out
index e828b7a9e87187e9ecdf61e7a900226e51e8670e..fc966fb056f38e251dfc97a7170751fdca5379d6 100644
--- a/chrome/test/data/autofill/heuristics/output/15_crbug_64569.out
+++ b/chrome/test/data/autofill/heuristics/output/15_crbug_64569.out
@@ -1,8 +1,11 @@
+UNKNOWN_TYPE | payment_group | Payment Type We accept Visa, Mastercard, Discover, American Express, and PayPal. | cc
+UNKNOWN_TYPE | payment_group | Payment Type We accept Visa, Mastercard, Discover, American Express, and PayPal. | paypal
CREDIT_CARD_NAME | ccFullName | (as it appears on the card) |
CREDIT_CARD_NUMBER | ccNumber | (no dashes or spaces) |
CREDIT_CARD_EXP_MONTH | ccExpMonth | Expiration date | 1
CREDIT_CARD_EXP_4_DIGIT_YEAR | ccExpYear | Your name (as it appears on the card) Credit card number (no dashes or spaces) Expiration date | 2011
CREDIT_CARD_VERIFICATION_CODE | ccSecurity | Security code |
+UNKNOWN_TYPE | sameinfo | First name Last name | on
NAME_FIRST | addrFirstName | First name |
NAME_LAST | addrLastName | Last name |
ADDRESS_HOME_LINE1 | addrStreet1 | (street address, PO box, company name) |

Powered by Google App Engine
This is Rietveld 408576698