OLD | NEW |
1 Test for child elements of a datalist element. | 1 Test for child elements of a datalist element. |
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 e.willValidate is false | 6 PASS e.willValidate is false |
7 PASS e.willValidate is true | 7 PASS e.willValidate is true |
8 PASS w.querySelector(":invalid") is e | 8 PASS w.querySelector(":invalid") is e |
9 PASS e.willValidate is true | 9 PASS e.willValidate is true |
10 PASS e.willValidate is true | 10 PASS e.willValidate is true |
11 PASS document.querySelector(":invalid") is e | 11 PASS document.querySelector(":invalid") is e |
| 12 PASS document.getElementById("inLegend").willValidate is false |
12 PASS successfullyParsed is true | 13 PASS successfullyParsed is true |
13 | 14 |
14 TEST COMPLETE | 15 TEST COMPLETE |
15 | 16 |
OLD | NEW |