| OLD | NEW |
| 1 Tests that HTMLCollection only properly contains HTML elements | 1 Tests that HTMLCollection only properly contains HTML elements |
| 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 select.options.length is 0 | 6 PASS select.options.length is 0 |
| 7 PASS select.selectedOptions.length is 0 | 7 PASS select.selectedOptions.length is 0 |
| 8 PASS select.options.length is 1 | 8 PASS select.options.length is 1 |
| 9 PASS document.images.length is 0 | 9 PASS document.images.length is 0 |
| 10 PASS document.images.length is 1 | 10 PASS document.images.length is 1 |
| (...skipping 22 matching lines...) Expand all Loading... |
| 33 PASS elem.rows.length is 0 | 33 PASS elem.rows.length is 0 |
| 34 PASS elem.rows.length is 1 | 34 PASS elem.rows.length is 1 |
| 35 PASS elem.rows.length is 0 | 35 PASS elem.rows.length is 0 |
| 36 PASS elem.rows.length is 1 | 36 PASS elem.rows.length is 1 |
| 37 PASS elem.rows.length is 0 | 37 PASS elem.rows.length is 0 |
| 38 PASS elem.rows.length is 1 | 38 PASS elem.rows.length is 1 |
| 39 PASS successfullyParsed is true | 39 PASS successfullyParsed is true |
| 40 | 40 |
| 41 TEST COMPLETE | 41 TEST COMPLETE |
| 42 | 42 |
| OLD | NEW |