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

Side by Side 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, 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 | payment_group | Payment Type We accept Visa, Mastercard, Discover , American Express, and PayPal. | cc
2 UNKNOWN_TYPE | payment_group | Payment Type We accept Visa, Mastercard, Discover , American Express, and PayPal. | paypal
1 CREDIT_CARD_NAME | ccFullName | (as it appears on the card) | 3 CREDIT_CARD_NAME | ccFullName | (as it appears on the card) |
2 CREDIT_CARD_NUMBER | ccNumber | (no dashes or spaces) | 4 CREDIT_CARD_NUMBER | ccNumber | (no dashes or spaces) |
3 CREDIT_CARD_EXP_MONTH | ccExpMonth | Expiration date | 1 5 CREDIT_CARD_EXP_MONTH | ccExpMonth | Expiration date | 1
4 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 6 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
5 CREDIT_CARD_VERIFICATION_CODE | ccSecurity | Security code | 7 CREDIT_CARD_VERIFICATION_CODE | ccSecurity | Security code |
8 UNKNOWN_TYPE | sameinfo | First name Last name | on
6 NAME_FIRST | addrFirstName | First name | 9 NAME_FIRST | addrFirstName | First name |
7 NAME_LAST | addrLastName | Last name | 10 NAME_LAST | addrLastName | Last name |
8 ADDRESS_HOME_LINE1 | addrStreet1 | (street address, PO box, company name) | 11 ADDRESS_HOME_LINE1 | addrStreet1 | (street address, PO box, company name) |
9 ADDRESS_HOME_LINE2 | addrStreet2 | (apt, suite, building, floor, etc) | 12 ADDRESS_HOME_LINE2 | addrStreet2 | (apt, suite, building, floor, etc) |
10 ADDRESS_HOME_CITY | addrCity | City | 13 ADDRESS_HOME_CITY | addrCity | City |
11 ADDRESS_HOME_STATE | addrState | State | 14 ADDRESS_HOME_STATE | addrState | State |
12 ADDRESS_HOME_ZIP | addrZip | Postal code | 15 ADDRESS_HOME_ZIP | addrZip | Postal code |
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698