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

Unified Diff: components/autofill/core/browser/autofill_field_unittest.cc

Issue 2041863003: [Autofill] Fix the trucating of expiration year inputs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « components/autofill/core/browser/autofill_field.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/core/browser/autofill_field_unittest.cc
diff --git a/components/autofill/core/browser/autofill_field_unittest.cc b/components/autofill/core/browser/autofill_field_unittest.cc
index 91bae45846b40b2d403ca8fec9a6fb59875c7add..136e6bd922bf98337a27db9f94d8bac31f834759 100644
--- a/components/autofill/core/browser/autofill_field_unittest.cc
+++ b/components/autofill/core/browser/autofill_field_unittest.cc
@@ -367,7 +367,7 @@ TEST_F(AutofillFieldTest, FillExpirationYearInput) {
for (TestCase test_case : test_cases) {
AutofillField field;
- field.form_control_type = "input";
+ field.form_control_type = "text";
field.SetHtmlType(test_case.field_type, HtmlFieldMode());
field.max_length = test_case.field_max_length;
« no previous file with comments | « components/autofill/core/browser/autofill_field.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698