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

Unified Diff: chrome/test/data/autofill/heuristics/output/15_crbug_40687.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_40687.out
diff --git a/chrome/test/data/autofill/heuristics/output/15_crbug_40687.out b/chrome/test/data/autofill/heuristics/output/15_crbug_40687.out
index 7ab7f3fa3718b6d7b96e24ac6ecd77a1212fcc86..7bc8ae8cce163ce4040151ad182195ab92a618fa 100644
--- a/chrome/test/data/autofill/heuristics/output/15_crbug_40687.out
+++ b/chrome/test/data/autofill/heuristics/output/15_crbug_40687.out
@@ -1,15 +1,15 @@
-NAME_FIRST | user[billing][firstname] | First Name |
-NAME_LAST | user[billing][lastname] | Last Name |
-ADDRESS_HOME_LINE1 | user[billing][address_first] | Billing Address |
-ADDRESS_HOME_LINE2 | user[billing][address_second] | Billing Suite/Apt # |
-ADDRESS_HOME_CITY | user[billing][city] | Billing City |
-ADDRESS_HOME_STATE | user[billing][state] | State/Province | CA
-ADDRESS_HOME_ZIP | user[billing][zip] | Billing Postal Code | 94043
-ADDRESS_HOME_COUNTRY | user[billing][country] | Billing Country | US
-PHONE_HOME_WHOLE_NUMBER | user[phone_first] | Phone Number |
-EMAIL_ADDRESS | user[email] | Email Address |
-EMAIL_ADDRESS | user[email_confirm] | Confirm Email Address |
-CREDIT_CARD_NUMBER | payment[cc_number] | Credit Card Number |
-CREDIT_CARD_EXP_MONTH | payment[cc_expmo] | Expiration Month |
-CREDIT_CARD_EXP_4_DIGIT_YEAR | payment[cc_expyr] | Expiration Year |
-CREDIT_CARD_VERIFICATION_CODE | payment[sigpanel] | CVV2/Panel Code |
+NAME_FIRST | user[billing][firstname] | First Name | | user[billing][firstname]_1-default
+NAME_LAST | user[billing][lastname] | Last Name | | user[billing][firstname]_1-default
+ADDRESS_HOME_LINE1 | user[billing][address_first] | Billing Address | | user[billing][firstname]_1-default
+ADDRESS_HOME_LINE2 | user[billing][address_second] | Billing Suite/Apt # | | user[billing][firstname]_1-default
+ADDRESS_HOME_CITY | user[billing][city] | Billing City | | user[billing][firstname]_1-default
+ADDRESS_HOME_STATE | user[billing][state] | State/Province | CA | user[billing][firstname]_1-default
+ADDRESS_HOME_ZIP | user[billing][zip] | Billing Postal Code | 94043 | user[billing][firstname]_1-default
+ADDRESS_HOME_COUNTRY | user[billing][country] | Billing Country | US | user[billing][firstname]_1-default
+PHONE_HOME_WHOLE_NUMBER | user[phone_first] | Phone Number | | user[billing][firstname]_1-default
+EMAIL_ADDRESS | user[email] | Email Address | | user[billing][firstname]_1-default
+EMAIL_ADDRESS | user[email_confirm] | Confirm Email Address | | user[billing][firstname]_1-default
+CREDIT_CARD_NUMBER | payment[cc_number] | Credit Card Number | | user[billing][firstname]_1-cc
+CREDIT_CARD_EXP_MONTH | payment[cc_expmo] | Expiration Month | | user[billing][firstname]_1-cc
+CREDIT_CARD_EXP_4_DIGIT_YEAR | payment[cc_expyr] | Expiration Year | | user[billing][firstname]_1-cc
+CREDIT_CARD_VERIFICATION_CODE | payment[sigpanel] | CVV2/Panel Code | | user[billing][firstname]_1-cc

Powered by Google App Engine
This is Rietveld 408576698