OLD | NEW |
1 Test checkValidity correctness on input select and textarea element after clonin
g node . | 1 Test checkValidity correctness on input select and textarea element after clonin
g node . |
2 | 2 |
3 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
". |
4 | 4 |
5 | 5 |
6 PASS input.checkValidity() is true | 6 PASS input.checkValidity() is true |
7 PASS clonedInput.checkValidity() is true | 7 PASS clonedInput.checkValidity() is true |
8 PASS clonedInputDeep.checkValidity() is true | 8 PASS clonedInputDeep.checkValidity() is true |
9 PASS input.checkValidity() is false | 9 PASS input.checkValidity() is false |
10 PASS clonedInputNext.checkValidity() is false | 10 PASS clonedInputNext.checkValidity() is false |
11 PASS select.checkValidity() is true | 11 PASS select.checkValidity() is true |
12 FAIL clonedSelect.checkValidity() should be true. Was false. | 12 FAIL clonedSelect.checkValidity() should be true. Was false. |
13 PASS clonedSelectDeep.checkValidity() is true | 13 PASS clonedSelectDeep.checkValidity() is true |
14 PASS textarea.checkValidity() is true | 14 PASS textarea.checkValidity() is true |
15 FAIL clonedTextArea.checkValidity() should be true. Was false. | 15 PASS clonedTextArea.checkValidity() is true |
16 FAIL clonedTextAreaDeep.checkValidity() should be true. Was false. | 16 PASS clonedTextAreaDeep.checkValidity() is true |
17 PASS successfullyParsed is true | 17 PASS successfullyParsed is true |
18 | 18 |
19 TEST COMPLETE | 19 TEST COMPLETE |
20 | 20 |
OLD | NEW |