summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/forms/willvalidate-expected.txt
blob: e688928df7c9bc47f5868b62d4c1bcf3be8394f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
CONSOLE WARNING: The <keygen> element is deprecated and will be removed in M54, around October 2016. See https://www.chromestatus.com/features/5716060992962560 for more details.
Various tests for .willValidate property

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


Existence of .willValidate
PASS typeof controls[i].willValidate is "boolean"
PASS typeof controls[i].willValidate is "boolean"
PASS typeof controls[i].willValidate is "boolean"
PASS typeof controls[i].willValidate is "boolean"
PASS typeof controls[i].willValidate is "boolean"
PASS typeof controls[i].willValidate is "boolean"
PASS typeof controls[i].willValidate is "boolean"
PASS typeof controls[i].willValidate is "boolean"

Form association
PASS input.willValidate is true
PASS input.willValidate is true

Control name
PASS input.willValidate is true
PASS input.willValidate is true

Disabled control
PASS input.willValidate is false

Read-only control
PASS input.willValidate is false

Input types
PASS input.willValidate is true
PASS input.type = "button"; input.willValidate is false
PASS input.type = "submit"; input.willValidate is true
PASS input.type = "hidden"; input.willValidate is false
PASS input.type = "reset"; input.willValidate is false

Fieldset element
PASS document.getElementsByTagName("fieldset")[0].willValidate is false

Textarea element
PASS document.getElementsByTagName("textarea")[0].willValidate is true

Output element
PASS document.getElementsByTagName("output")[0].willValidate is false

Object element
PASS document.getElementsByTagName("object")[0].willValidate is false

Keygen element
PASS document.getElementsByTagName("keygen")[0].willValidate is false
PASS successfullyParsed is true

TEST COMPLETE