| OLD | NEW |
| 1 CONSOLE WARNING: line 16: The <keygen> element is deprecated and will be removed
in M57, around March 2017. See https://www.chromestatus.com/features/5716060992
962560 for more details. | |
| 2 Various tests for .willValidate property | 1 Various tests for .willValidate 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 Existence of .willValidate | 6 Existence of .willValidate |
| 8 PASS typeof controls[i].willValidate is "boolean" | 7 PASS typeof controls[i].willValidate is "boolean" |
| 9 PASS typeof controls[i].willValidate is "boolean" | 8 PASS typeof controls[i].willValidate is "boolean" |
| 10 PASS typeof controls[i].willValidate is "boolean" | 9 PASS typeof controls[i].willValidate is "boolean" |
| 11 PASS typeof controls[i].willValidate is "boolean" | 10 PASS typeof controls[i].willValidate is "boolean" |
| 12 PASS typeof controls[i].willValidate is "boolean" | 11 PASS typeof controls[i].willValidate is "boolean" |
| 13 PASS typeof controls[i].willValidate is "boolean" | 12 PASS typeof controls[i].willValidate is "boolean" |
| 14 PASS typeof controls[i].willValidate is "boolean" | 13 PASS typeof controls[i].willValidate is "boolean" |
| 15 PASS typeof controls[i].willValidate is "boolean" | |
| 16 | 14 |
| 17 Form association | 15 Form association |
| 18 PASS input.willValidate is true | 16 PASS input.willValidate is true |
| 19 PASS input.willValidate is true | 17 PASS input.willValidate is true |
| 20 | 18 |
| 21 Control name | 19 Control name |
| 22 PASS input.willValidate is true | 20 PASS input.willValidate is true |
| 23 PASS input.willValidate is true | 21 PASS input.willValidate is true |
| 24 | 22 |
| 25 Disabled control | 23 Disabled control |
| (...skipping 13 matching lines...) Expand all Loading... |
| 39 PASS document.getElementsByTagName("fieldset")[0].willValidate is false | 37 PASS document.getElementsByTagName("fieldset")[0].willValidate is false |
| 40 | 38 |
| 41 Textarea element | 39 Textarea element |
| 42 PASS document.getElementsByTagName("textarea")[0].willValidate is true | 40 PASS document.getElementsByTagName("textarea")[0].willValidate is true |
| 43 | 41 |
| 44 Output element | 42 Output element |
| 45 PASS document.getElementsByTagName("output")[0].willValidate is false | 43 PASS document.getElementsByTagName("output")[0].willValidate is false |
| 46 | 44 |
| 47 Object element | 45 Object element |
| 48 PASS document.getElementsByTagName("object")[0].willValidate is false | 46 PASS document.getElementsByTagName("object")[0].willValidate is false |
| 49 | |
| 50 Keygen element | |
| 51 PASS document.getElementsByTagName("keygen")[0].willValidate is false | |
| 52 PASS successfullyParsed is true | 47 PASS successfullyParsed is true |
| 53 | 48 |
| 54 TEST COMPLETE | 49 TEST COMPLETE |
| 55 | 50 |
| OLD | NEW |