Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / willvalidate-expected.txt
blob6a1a969a445fcf09b8c9328cdcbf67a9dc050257
1 Various tests for .willValidate property
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 Existence of .willValidate
7 PASS typeof controls[i].willValidate is "boolean"
8 PASS typeof controls[i].willValidate is "boolean"
9 PASS typeof controls[i].willValidate is "boolean"
10 PASS typeof controls[i].willValidate is "boolean"
11 PASS typeof controls[i].willValidate is "boolean"
12 PASS typeof controls[i].willValidate is "boolean"
13 PASS typeof controls[i].willValidate is "boolean"
14 PASS typeof controls[i].willValidate is "boolean"
16 Form association
17 PASS input.willValidate is true
18 PASS input.willValidate is true
20 Control name
21 PASS input.willValidate is true
22 PASS input.willValidate is true
24 Disabled control
25 PASS input.willValidate is false
27 Read-only control
28 PASS input.willValidate is false
30 Input types
31 PASS input.willValidate is true
32 PASS input.type = "button"; input.willValidate is false
33 PASS input.type = "submit"; input.willValidate is true
34 PASS input.type = "hidden"; input.willValidate is false
35 PASS input.type = "reset"; input.willValidate is false
37 Fieldset element
38 PASS document.getElementsByTagName("fieldset")[0].willValidate is false
40 Textarea element
41 PASS document.getElementsByTagName("textarea")[0].willValidate is true
43 Output element
44 PASS document.getElementsByTagName("output")[0].willValidate is false
46 Object element
47 PASS document.getElementsByTagName("object")[0].willValidate is false
49 Keygen element
50 PASS document.getElementsByTagName("keygen")[0].willValidate is false
51 PASS successfullyParsed is true
53 TEST COMPLETE