blob: e379fd8e6788c5df4a2343b239614867c71d9143 [file] [log] [blame]
This tests accessing the length after accessing the first item in an empty HTMLCollection doesn't cache a wrong length.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS children = container.children; children.item(0) is null
PASS children.length is 0
PASS successfullyParsed is true
TEST COMPLETE