blob: 989a2f4f1a05f9375d63be69f18e5c8b5dcf73a6 [file] [log] [blame]
This test verifies that Node.childNodes returns the same NodeList when called repeatedly.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS document.documentElement.childNodes is document.documentElement.childNodes
PASS document.documentElement.childNodes === document.documentElement.childNodes is true
PASS successfullyParsed is true
TEST COMPLETE