blob: bbcf42897f6eea5c835ec787caf168afbd62e3e4 [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.getElementsByClassName("test").__proto__ is HTMLCollection.prototype
PASS document.body.getElementsByClassName("test").__proto__ is HTMLCollection.prototype
PASS successfullyParsed is true
TEST COMPLETE