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

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

Issue 2536993002: Remove support for the keygen tag (Closed)
Patch Set: Rebased Created 3 years, 12 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 M57, around March 2017. See https://www.chromestatus.com/features/571606099 2962560 for more details.
2 Test for validationMessage DOM property. 1 Test for validationMessage DOM property.
3 2
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 4
6 5
7 input patternMismatch: Please match the requested format. 6 input patternMismatch: Please match the requested format.
8 input valueMissing: Please fill out this field. 7 input valueMissing: Please fill out this field.
9 textarea valueMissing: Please fill out this field. 8 textarea valueMissing: Please fill out this field.
10 select valueMissing: Please select an item in the list. 9 select valueMissing: Please select an item in the list.
11 input typeMismatch for incorrectValue: Please include an '@' in the email addres s. 'incorrectValue' is missing an '@'. 10 input typeMismatch for incorrectValue: Please include an '@' in the email addres s. 'incorrectValue' is missing an '@'.
(...skipping 25 matching lines...) Expand all
37 input tooShort: Please lengthen this text to 3 characters or more (you are curre ntly using 1 characters). 36 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). 37 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). 38 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 2 characters). 39 textarea tooShort: Please lengthen this text to 4 characters or more (you are cu rrently using 2 characters).
41 PASS but.validationMessage is '' 40 PASS but.validationMessage is ''
42 PASS anoninput.validationMessage is '' 41 PASS anoninput.validationMessage is ''
43 PASS happyFieldset.validationMessage is '' 42 PASS happyFieldset.validationMessage is ''
44 PASS happySelect.validationMessage is '' 43 PASS happySelect.validationMessage is ''
45 PASS happyOutput.validationMessage is '' 44 PASS happyOutput.validationMessage is ''
46 PASS happyObject.validationMessage is '' 45 PASS happyObject.validationMessage is ''
47 PASS happyKeygen.validationMessage is ''
48 PASS successfullyParsed is true 46 PASS successfullyParsed is true
49 47
50 TEST COMPLETE 48 TEST COMPLETE
51 49
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698