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

Unified Diff: third_party/WebKit/LayoutTests/fast/forms/validationMessage-expected.txt

Issue 2737263002: Fixed "characters" typo in message validation when input length is 1 (Closed)
Patch Set: Created 3 years, 9 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 | « content/child/blink_platform_impl.cc ('k') | third_party/WebKit/Source/platform/text/PlatformLocale.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/forms/validationMessage-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/forms/validationMessage-expected.txt b/third_party/WebKit/LayoutTests/fast/forms/validationMessage-expected.txt
index 0f4254630f0ee6bffdb8f6315b23645df25fbf3a..f4a37ce00a7365b2fc8b57656625c55e26f9d78b 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/validationMessage-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/forms/validationMessage-expected.txt
@@ -33,7 +33,7 @@ input tooLong: Please shorten this text to 2 characters or less (you are current
input tooLong: Please shorten this text to ٢ characters or less (you are currently using ٣ characters).
textarea tooLong: Please shorten this text to 3 characters or less (you are currently using 4 characters).
tooShort:
-input tooShort: Please lengthen this text to 3 characters or more (you are currently using 1 characters).
+input tooShort: Please lengthen this text to 3 characters or more (you are currently using 1 character).
input tooShort: Please lengthen this text to 4 characters or more (you are currently using 3 characters).
input tooShort: Please lengthen this text to ٤ characters or more (you are currently using ٣ characters).
textarea tooShort: Please lengthen this text to 4 characters or more (you are currently using 2 characters).
« no previous file with comments | « content/child/blink_platform_impl.cc ('k') | third_party/WebKit/Source/platform/text/PlatformLocale.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698