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

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

Issue 435753003: Implement minlength for <input> and <textarea>. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add layout tests for minlength & maxlength together; fix comments 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
Index: LayoutTests/fast/forms/validationMessage-expected.txt
diff --git a/LayoutTests/fast/forms/validationMessage-expected.txt b/LayoutTests/fast/forms/validationMessage-expected.txt
index c073e6f1f841d6ad61496b4c884aef78f6fe9a95..321c6c2e2f6bbd8d14caf7026538821c409e57db 100644
--- a/LayoutTests/fast/forms/validationMessage-expected.txt
+++ b/LayoutTests/fast/forms/validationMessage-expected.txt
@@ -32,6 +32,11 @@ input tooLong: Please shorten this text to 3 characters or less (you are current
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).
+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).
PASS but.validationMessage is ''
PASS anoninput.validationMessage is ''
PASS happyFieldset.validationMessage is ''

Powered by Google App Engine
This is Rietveld 408576698