haikuwebkit/LayoutTests/fast/dom/htmlcollection-length-after...

12 lines
341 B
Plaintext

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