OLD | NEW |
---|---|
1 PASS htmlallcollection.toString() is '[object HTMLAllCollection]' | 1 PASS htmlallcollection.toString() is '[object HTMLAllCollection]' |
2 PASS typeof htmlallcollection.tags == "function" is true | |
3 PASS htmlallcollection.tags("body").length is 1 | |
4 PASS successfullyParsed is true | 2 PASS successfullyParsed is true |
5 | 3 |
6 TEST COMPLETE | 4 TEST COMPLETE |
7 | 5 |
OLD | NEW |