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

Side by Side 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, 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 unified diff | Download patch
OLDNEW
1 CONSOLE WARNING: line 198: The <keygen> element is deprecated and will be remove d in M56, around January 2017. See https://www.chromestatus.com/features/5716060 992962560 for more details. 1 CONSOLE WARNING: line 198: The <keygen> element is deprecated and will be remove d in M56, around January 2017. See https://www.chromestatus.com/features/5716060 992962560 for more details.
2 Test for validationMessage DOM property. 2 Test for validationMessage DOM property.
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 6
7 input patternMismatch: Please match the requested format. 7 input patternMismatch: Please match the requested format.
8 input valueMissing: Please fill out this field. 8 input valueMissing: Please fill out this field.
9 textarea valueMissing: Please fill out this field. 9 textarea valueMissing: Please fill out this field.
10 select valueMissing: Please select an item in the list. 10 select valueMissing: Please select an item in the list.
(...skipping 14 matching lines...) Expand all
25 badInput and valueMissing: 25 badInput and valueMissing:
26 PASS numberInput.validationMessage is nonRequiredBadInputMessage 26 PASS numberInput.validationMessage is nonRequiredBadInputMessage
27 stepMismatch: 27 stepMismatch:
28 input stepMismatch: Please enter a valid value. The two nearest valid values are 0.1 and 0.2. 28 input stepMismatch: Please enter a valid value. The two nearest valid values are 0.1 and 0.2.
29 input stepMismatch: Please enter a valid value. The two nearest valid values are 0.1 and 0.2. 29 input stepMismatch: Please enter a valid value. The two nearest valid values are 0.1 and 0.2.
30 input stepMismatch: Please enter a valid value. The nearest valid value is 10. 30 input stepMismatch: Please enter a valid value. The nearest valid value is 10.
31 tooLong: 31 tooLong:
32 input tooLong: Please shorten this text to 3 characters or less (you are current ly using 5 characters). 32 input tooLong: Please shorten this text to 3 characters or less (you are current ly using 5 characters).
33 input tooLong: Please shorten this text to 2 characters or less (you are current ly using 3 characters). 33 input tooLong: Please shorten this text to 2 characters or less (you are current ly using 3 characters).
34 input tooLong: Please shorten this text to ٢ characters or less (you are current ly using ٣ characters). 34 input tooLong: Please shorten this text to ٢ characters or less (you are current ly using ٣ characters).
35 textarea tooLong: Please shorten this text to 3 characters or less (you are curr ently using 5 characters). 35 textarea tooLong: Please shorten this text to 3 characters or less (you are curr ently using 4 characters).
36 tooShort: 36 tooShort:
37 input tooShort: Please lengthen this text to 3 characters or more (you are curre ntly using 1 characters). 37 input tooShort: Please lengthen this text to 3 characters or more (you are curre ntly using 1 characters).
38 input tooShort: Please lengthen this text to 4 characters or more (you are curre ntly using 3 characters). 38 input tooShort: Please lengthen this text to 4 characters or more (you are curre ntly using 3 characters).
39 input tooShort: Please lengthen this text to ٤ characters or more (you are curre ntly using ٣ characters). 39 input tooShort: Please lengthen this text to ٤ characters or more (you are curre ntly using ٣ characters).
40 textarea tooShort: Please lengthen this text to 4 characters or more (you are cu rrently using 3 characters). 40 textarea tooShort: Please lengthen this text to 4 characters or more (you are cu rrently using 2 characters).
41 PASS but.validationMessage is '' 41 PASS but.validationMessage is ''
42 PASS anoninput.validationMessage is '' 42 PASS anoninput.validationMessage is ''
43 PASS happyFieldset.validationMessage is '' 43 PASS happyFieldset.validationMessage is ''
44 PASS happySelect.validationMessage is '' 44 PASS happySelect.validationMessage is ''
45 PASS happyOutput.validationMessage is '' 45 PASS happyOutput.validationMessage is ''
46 PASS happyObject.validationMessage is '' 46 PASS happyObject.validationMessage is ''
47 PASS happyKeygen.validationMessage is '' 47 PASS happyKeygen.validationMessage is ''
48 PASS successfullyParsed is true 48 PASS successfullyParsed is true
49 49
50 TEST COMPLETE 50 TEST COMPLETE
51 51
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698