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

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

Issue 2380473002: Change the linebreak behavior of minlength and maxlength attributes of TEXTAREA. (Closed)
Patch Set: Created 4 years, 3 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: 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 64c7e4ae32140ba5a6a08712e9875b5de1b50fa8..4cffc3291de490db71471c63fd6c482a090c34ef 100644
--- a/third_party/WebKit/LayoutTests/fast/forms/validationMessage-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/forms/validationMessage-expected.txt
@@ -32,12 +32,12 @@ tooLong:
input tooLong: Please shorten this text to 3 characters or less (you are currently using 5 characters).
input tooLong: Please shorten this text to 2 characters or less (you are currently using 3 characters).
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 5 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 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 3 characters).
+textarea tooShort: Please lengthen this text to 4 characters or more (you are currently using 2 characters).
PASS but.validationMessage is ''
PASS anoninput.validationMessage is ''
PASS happyFieldset.validationMessage is ''

Powered by Google App Engine
This is Rietveld 408576698