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

Unified Diff: chrome/test/data/autofill/heuristics/output/15_crbug_64569.out

Issue 673923002: Add the identified form section to the autofill tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 fc966fb056f38e251dfc97a7170751fdca5379d6..ef3dae3bd8d184e20d3baf1316afd6f618089512 100644
--- a/chrome/test/data/autofill/heuristics/output/15_crbug_64569.out
+++ b/chrome/test/data/autofill/heuristics/output/15_crbug_64569.out
@@ -1,15 +1,15 @@
-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) |
-ADDRESS_HOME_LINE2 | addrStreet2 | (apt, suite, building, floor, etc) |
-ADDRESS_HOME_CITY | addrCity | City |
-ADDRESS_HOME_STATE | addrState | State |
-ADDRESS_HOME_ZIP | addrZip | Postal code |
+UNKNOWN_TYPE | payment_group | Payment Type We accept Visa, Mastercard, Discover, American Express, and PayPal. | cc | payment_group_1-default
+UNKNOWN_TYPE | payment_group | Payment Type We accept Visa, Mastercard, Discover, American Express, and PayPal. | paypal | payment_group_1-default
+CREDIT_CARD_NAME | ccFullName | (as it appears on the card) | | payment_group_1-cc
+CREDIT_CARD_NUMBER | ccNumber | (no dashes or spaces) | | payment_group_1-cc
+CREDIT_CARD_EXP_MONTH | ccExpMonth | Expiration date | 1 | payment_group_1-cc
+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 | payment_group_1-cc
+CREDIT_CARD_VERIFICATION_CODE | ccSecurity | Security code | | payment_group_1-cc
+UNKNOWN_TYPE | sameinfo | First name Last name | on | payment_group_1-default
+NAME_FIRST | addrFirstName | First name | | payment_group_1-default
+NAME_LAST | addrLastName | Last name | | payment_group_1-default
+ADDRESS_HOME_LINE1 | addrStreet1 | (street address, PO box, company name) | | payment_group_1-default
+ADDRESS_HOME_LINE2 | addrStreet2 | (apt, suite, building, floor, etc) | | payment_group_1-default
+ADDRESS_HOME_CITY | addrCity | City | | payment_group_1-default
+ADDRESS_HOME_STATE | addrState | State | | payment_group_1-default
+ADDRESS_HOME_ZIP | addrZip | Postal code | | payment_group_1-default

Powered by Google App Engine
This is Rietveld 408576698