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

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

Issue 7531023: Improve Autofill heuristics when detecting labels from previous elements. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review comments Created 9 years, 5 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_53075.out
diff --git a/chrome/test/data/autofill/heuristics/output/15_crbug_53075.out b/chrome/test/data/autofill/heuristics/output/15_crbug_53075.out
index 9cd5540771d181d486f6ed2e9671e02911cd9017..a31a7324156c2cc4ddfbe6d7b244ab86316ed85d 100644
--- a/chrome/test/data/autofill/heuristics/output/15_crbug_53075.out
+++ b/chrome/test/data/autofill/heuristics/output/15_crbug_53075.out
@@ -1,24 +1,24 @@
COMPANY_NAME | ecomms_company_name | Company Name: |
-UNKNOWN_TYPE | ecomms_title | Title: * |
-NAME_FIRST | ecomms_first_name | First Name: * |
-NAME_LAST | ecomms_last_name | Last Name: * |
-PHONE_HOME_WHOLE_NUMBER | ecomms_telephone | Telephone: * |
-PHONE_HOME_WHOLE_NUMBER | ecomms_mobile | Mobile: * |
-EMAIL_ADDRESS | ecomms_email | Email Address: * | x@foo.com
-ADDRESS_HOME_LINE1 | ecomms_address1 | Address1: * |
+UNKNOWN_TYPE | ecomms_title | Title: |
+NAME_FIRST | ecomms_first_name | First Name: |
+NAME_LAST | ecomms_last_name | Last Name: |
+PHONE_HOME_WHOLE_NUMBER | ecomms_telephone | Telephone: |
+PHONE_HOME_WHOLE_NUMBER | ecomms_mobile | Mobile: |
+EMAIL_ADDRESS | ecomms_email | Email Address: | x@foo.com
+ADDRESS_HOME_LINE1 | ecomms_address1 | Address1: |
ADDRESS_HOME_LINE2 | ecomms_address2 | Address2: |
-ADDRESS_HOME_CITY | ecomms_town | Town / City: * |
-ADDRESS_HOME_STATE | ecomms_county | County: * |
-ADDRESS_HOME_ZIP | ecomms_postcode | Postcode: * |
+ADDRESS_HOME_CITY | ecomms_town | Town / City: |
+ADDRESS_HOME_STATE | ecomms_county | County: |
+ADDRESS_HOME_ZIP | ecomms_postcode | Postcode: |
ADDRESS_HOME_COUNTRY | ecomms_country | Country: | 224
-UNKNOWN_TYPE | del_title | Title: * |
-NAME_FIRST | del_first_name | First Name: * |
-NAME_LAST | del_last_name | Last Name: * |
-PHONE_HOME_WHOLE_NUMBER | del_telephone | Telephone: * |
-PHONE_HOME_WHOLE_NUMBER | del_mobile | Mobile: * |
-ADDRESS_HOME_LINE1 | del_address1 | Address1: * |
+UNKNOWN_TYPE | del_title | Title: |
+NAME_FIRST | del_first_name | First Name: |
+NAME_LAST | del_last_name | Last Name: |
+PHONE_HOME_WHOLE_NUMBER | del_telephone | Telephone: |
+PHONE_HOME_WHOLE_NUMBER | del_mobile | Mobile: |
+ADDRESS_HOME_LINE1 | del_address1 | Address1: |
ADDRESS_HOME_LINE2 | del_address2 | Address2: |
-ADDRESS_HOME_CITY | del_town | Town / City: * |
-ADDRESS_HOME_STATE | del_county | County: * |
-ADDRESS_HOME_ZIP | del_postcode | Postcode: * |
+ADDRESS_HOME_CITY | del_town | Town / City: |
+ADDRESS_HOME_STATE | del_county | County: |
+ADDRESS_HOME_ZIP | del_postcode | Postcode: |
ADDRESS_HOME_COUNTRY | ecomms_del_country | Country: | 224

Powered by Google App Engine
This is Rietveld 408576698