OLD | NEW |
1 CONSOLE WARNING: 'TreeWalker.expandEntityReferences' is deprecated and has been
removed from DOM. It always returns false. | 1 CONSOLE WARNING: 'TreeWalker.expandEntityReferences' is deprecated and has been
removed from DOM. It always returns false. |
2 This test checks the basic functionality of TreeWalker. | 2 This test checks the basic functionality of TreeWalker. |
3 | 3 |
4 This is a testharness.js-based test. | 4 This is a testharness.js-based test. |
5 PASS Construct a TreeWalker by document.createTreeWalker(root). | 5 PASS Construct a TreeWalker by document.createTreeWalker(). |
6 PASS Construct a TreeWalker by document.createTreeWalker(root, undefined, undefi
ned). | |
7 PASS Give an invalid root node to document.createTreeWalker(). | 6 PASS Give an invalid root node to document.createTreeWalker(). |
8 PASS Walk over nodes. | 7 PASS Walk over nodes. |
9 PASS Test that the fourth argument (expandEntityReferences) is ignored. | 8 PASS Test that the fourth argument (expandEntityReferences) is ignored. |
10 PASS Optional arguments to createTreeWalker should be optional (3 passed, null).
| 9 PASS Optional arguments to createTreeWalker should be optional (3 passed, null).
|
11 Harness: the test ran to completion. | 10 Harness: the test ran to completion. |
12 | 11 |
OLD | NEW |