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

Unified Diff: chrome/test/data/autofill/heuristics/output/00_i18n_en.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/00_i18n_en.out
diff --git a/chrome/test/data/autofill/heuristics/output/00_i18n_en.out b/chrome/test/data/autofill/heuristics/output/00_i18n_en.out
index dc94f70b1f75ee361cb3d65e8e363e7ebf27959f..a6f6339683953dd5222b6ba97241c9446899efb3 100644
--- a/chrome/test/data/autofill/heuristics/output/00_i18n_en.out
+++ b/chrome/test/data/autofill/heuristics/output/00_i18n_en.out
@@ -1,14 +1,14 @@
-NAME_FIRST | fn | First name: |
-NAME_LAST | ln | Last name: |
-COMPANY_NAME | cm | Company Name: |
-ADDRESS_HOME_LINE1 | a1 | Address line 1: |
-ADDRESS_HOME_LINE2 | a2 | Address line 2: |
-ADDRESS_HOME_CITY | ct | City: |
-ADDRESS_HOME_ZIP | zc | Zip Code: |
-ADDRESS_HOME_STATE | st | State: |
-EMAIL_ADDRESS | em | Email: |
-PHONE_HOME_WHOLE_NUMBER | ph | Phone Number: |
-CREDIT_CARD_NAME | c1 | Name on card: |
-CREDIT_CARD_NUMBER | c2 | Card Number: |
-CREDIT_CARD_EXP_MONTH | c3 | Expiration Month: |
-CREDIT_CARD_EXP_4_DIGIT_YEAR | c4 | Expiration Year: |
+NAME_FIRST | fn | First name: | | fn_1-default
+NAME_LAST | ln | Last name: | | fn_1-default
+COMPANY_NAME | cm | Company Name: | | fn_1-default
+ADDRESS_HOME_LINE1 | a1 | Address line 1: | | fn_1-default
+ADDRESS_HOME_LINE2 | a2 | Address line 2: | | fn_1-default
+ADDRESS_HOME_CITY | ct | City: | | fn_1-default
+ADDRESS_HOME_ZIP | zc | Zip Code: | | fn_1-default
+ADDRESS_HOME_STATE | st | State: | | fn_1-default
+EMAIL_ADDRESS | em | Email: | | fn_1-default
+PHONE_HOME_WHOLE_NUMBER | ph | Phone Number: | | fn_1-default
+CREDIT_CARD_NAME | c1 | Name on card: | | fn_1-cc
+CREDIT_CARD_NUMBER | c2 | Card Number: | | fn_1-cc
+CREDIT_CARD_EXP_MONTH | c3 | Expiration Month: | | fn_1-cc
+CREDIT_CARD_EXP_4_DIGIT_YEAR | c4 | Expiration Year: | | fn_1-cc

Powered by Google App Engine
This is Rietveld 408576698