Chromium Code Reviews| 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/06/01 23:40:55
This looks wrong.
harpreet.sk
2014/07/02 10:13:05
It is not wrong because for the given case caret w
|
| 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). |