blob: b7da0c765c6bec65d03262ada35629b4949e77f9 [file] [log] [blame]
Tests that getElementsByTagName*() returns an HTMLCollection.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS document.getElementsByTagName("test").__proto__ is HTMLCollection.prototype
PASS document.getElementsByTagNameNS("*", "test").__proto__ is HTMLCollection.prototype
PASS document.body.getElementsByTagName("test").__proto__ is HTMLCollection.prototype
PASS document.body.getElementsByTagNameNS("*", "test").__proto__ is HTMLCollection.prototype
PASS successfullyParsed is true
TEST COMPLETE