OLD | NEW |
1 This test checks the basic functionality of TreeWalker. | 1 This test checks the basic functionality of TreeWalker. |
2 | 2 |
3 | 3 This is a testharness.js-based test. |
4 PASS Construct a TreeWalker by document.createTreeWalker(). | 4 PASS Construct a TreeWalker by document.createTreeWalker(). |
5 PASS Give an invalid root node to document.createTreeWalker(). | 5 PASS Give an invalid root node to document.createTreeWalker(). |
6 PASS Walk over nodes. | 6 PASS Walk over nodes. |
7 PASS Test that the fourth argument (expandEntityReferences) is ignored. | 7 PASS Test that the fourth argument (expandEntityReferences) is ignored. |
| 8 Harness: the test ran to completion. |
8 | 9 |
OLD | NEW |