Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / node-childNodes-idempotence-expected.txt
blobffcfc594bea77036417131a798536807df3b850e
1 This test verifies that Node.childNodes returns the same NodeList when called repeatedly.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS document.documentElement.childNodes is document.documentElement.childNodes
7 PASS document.documentElement.childNodes === document.documentElement.childNodes is true
8 PASS successfullyParsed is true
10 TEST COMPLETE