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

Unified Diff: chrome/test/data/autofill/heuristics/output/15_crbug_40687.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_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 53f26fc02841609b00b6fc38d0fca42a5f208a4f..556f80ce83fb813df1cb1029506d3bd14135879d 100644
--- a/chrome/test/data/autofill/heuristics/output/15_crbug_40687.out
+++ b/chrome/test/data/autofill/heuristics/output/15_crbug_40687.out
@@ -10,6 +10,6 @@ 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] | MM (TWO DIGIT MONTH) |
-CREDIT_CARD_EXP_4_DIGIT_YEAR | payment[cc_expyr] | YYYY (FOUR DIGIT YEAR) |
-UNKNOWN_TYPE | payment[sigpanel] | What's this? |
+CREDIT_CARD_EXP_MONTH | payment[cc_expmo] | Expiration Month |
+CREDIT_CARD_EXP_4_DIGIT_YEAR | payment[cc_expyr] | Expiration Year |
+UNKNOWN_TYPE | payment[sigpanel] | CVV2/Panel Code |

Powered by Google App Engine
This is Rietveld 408576698