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

Unified Diff: chrome/test/data/autofill/heuristics/output/22_checkout_m_lowes.com.out

Issue 694073002: Autofill - fix for Lowes mobile checkout cc form (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: relative 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
« no previous file with comments | « no previous file | components/autofill/core/browser/credit_card_field.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/autofill/heuristics/output/22_checkout_m_lowes.com.out
diff --git a/chrome/test/data/autofill/heuristics/output/22_checkout_m_lowes.com.out b/chrome/test/data/autofill/heuristics/output/22_checkout_m_lowes.com.out
index 57d740c96d4138de3be5d28daa46f41db763bdbd..8a3e402d99b69df180e60e0141a5001357fb825e 100644
--- a/chrome/test/data/autofill/heuristics/output/22_checkout_m_lowes.com.out
+++ b/chrome/test/data/autofill/heuristics/output/22_checkout_m_lowes.com.out
@@ -1,5 +1,5 @@
-UNKNOWN_TYPE | paymentMethod | | | paymentMethod_1-default
-UNKNOWN_TYPE | cardNumber | Credit card number | | paymentMethod_1-default
-UNKNOWN_TYPE | sCode | Security Code | | paymentMethod_1-default
-UNKNOWN_TYPE | cardExpiryMonth | | | paymentMethod_1-default
-UNKNOWN_TYPE | cardExpiryYear | | | paymentMethod_1-default
+CREDIT_CARD_TYPE | paymentMethod | | | paymentMethod_1-cc
+CREDIT_CARD_NUMBER | cardNumber | Credit card number | | paymentMethod_1-cc
+CREDIT_CARD_VERIFICATION_CODE | sCode | Security Code | | paymentMethod_1-cc
+CREDIT_CARD_EXP_MONTH | cardExpiryMonth | | | paymentMethod_1-cc
+CREDIT_CARD_EXP_4_DIGIT_YEAR | cardExpiryYear | | | paymentMethod_1-cc
« no previous file with comments | « no previous file | components/autofill/core/browser/credit_card_field.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698