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

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

Issue 258063005: Blink does not respect input.selectionStart and input.selectionEnd for some cases (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Addressing changes asked Created 6 years, 5 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..a61436f279695af0a78696b09ff4602e8297d70e 100644
--- a/LayoutTests/fast/forms/validationMessage-expected.txt
+++ b/LayoutTests/fast/forms/validationMessage-expected.txt
@@ -28,7 +28,7 @@ input stepMismatch: Please enter a valid value. The two nearest valid values are
input stepMismatch: Please enter a valid value. The two nearest valid values are 0.1 and 0.2.
input stepMismatch: Please enter a valid value. The nearest valid value is 10.
tooLong:
-input tooLong: Please shorten this text to 3 characters or less (you are currently using 5 characters).
+input tooLong:
tkent 2014/07/08 00:34:48 We expect this test shows a validation message.
harpreet.sk 2014/07/08 06:07:58 Done.
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).

Powered by Google App Engine
This is Rietveld 408576698