| Index: LayoutTests/fast/dom/TreeWalker/TreeWalker-basic-expected.txt
|
| diff --git a/LayoutTests/fast/dom/TreeWalker/TreeWalker-basic-expected.txt b/LayoutTests/fast/dom/TreeWalker/TreeWalker-basic-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..ff715d4a28392b786a9dbe896046551dae04bc1a
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/dom/TreeWalker/TreeWalker-basic-expected.txt
|
| @@ -0,0 +1,7 @@
|
| +This test checks the basic functionality of TreeWalker.
|
| +
|
| +
|
| +PASS Construct a TreeWalker by document.createTreeWalker().
|
| +PASS Give an invalid root node to document.createTreeWalker().
|
| +PASS Walk over nodes.
|
| +
|
|
|