1 Test checkValidity correctness on input select and textarea element after cloning node .
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS input.checkValidity() is true
7 PASS clonedInput.checkValidity() is true
8 PASS clonedInputDeep.checkValidity() is true
9 PASS input.checkValidity() is false
10 PASS clonedInputNext.checkValidity() is false
11 PASS select.checkValidity() is true
12 FAIL clonedSelect.checkValidity() should be true. Was false.
13 PASS clonedSelectDeep.checkValidity() is true
14 PASS textarea.checkValidity() is true
15 PASS clonedTextArea.checkValidity() is true
16 PASS clonedTextAreaDeep.checkValidity() is true
17 PASS successfullyParsed is true