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"
17 PASS input.willValidate is true
18 PASS input.willValidate is true
21 PASS input.willValidate is true
22 PASS input.willValidate is true
25 PASS input.willValidate is false
28 PASS input.willValidate is false
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
38 PASS document.getElementsByTagName("fieldset")[0].willValidate is false
41 PASS document.getElementsByTagName("textarea")[0].willValidate is true
44 PASS document.getElementsByTagName("output")[0].willValidate is false
47 PASS document.getElementsByTagName("object")[0].willValidate is false
50 PASS document.getElementsByTagName("keygen")[0].willValidate is false
51 PASS successfullyParsed is true