blob: 391867a1a293a03ffca868cc1ed84bfb883c6115 [file] [log] [blame]
This test checks the basic functionality of TreeWalker.
This is a testharness.js-based test.
PASS Construct a TreeWalker by document.createTreeWalker(root).
PASS Construct a TreeWalker by document.createTreeWalker(root, undefined, undefined).
PASS Give an invalid root node to document.createTreeWalker().
PASS Walk over nodes.
PASS Optional arguments to createTreeWalker should be optional (3 passed, null).
Harness: the test ran to completion.