| Index: LayoutTests/fast/dom/TreeWalker/acceptNode-filter-expected.txt
|
| diff --git a/LayoutTests/fast/dom/TreeWalker/acceptNode-filter-expected.txt b/LayoutTests/fast/dom/TreeWalker/acceptNode-filter-expected.txt
|
| index ca5da841b782b33ffe93bf0a49ccf87e245fdd3b..2e88f763a9b3961085cd5786a4e782908e9e850c 100644
|
| --- a/LayoutTests/fast/dom/TreeWalker/acceptNode-filter-expected.txt
|
| +++ b/LayoutTests/fast/dom/TreeWalker/acceptNode-filter-expected.txt
|
| @@ -26,15 +26,15 @@ PASS walker.firstChild(); walker.currentNode.id is 'A1'
|
| PASS walker.nextNode(); walker.currentNode.id is 'B1'
|
|
|
| Testing with object lacking acceptNode property
|
| -PASS walker.firstChild(); threw exception TypeError: NodeFilter object does not have an acceptNode function.
|
| +PASS walker.firstChild(); threw exception TypeError: Failed to execute 'firstChild' on 'TreeWalker': NodeFilter object does not have an acceptNode function.
|
| PASS walker.currentNode.id; is 'root'
|
| -PASS walker.nextNode(); threw exception TypeError: NodeFilter object does not have an acceptNode function.
|
| +PASS walker.nextNode(); threw exception TypeError: Failed to execute 'nextNode' on 'TreeWalker': NodeFilter object does not have an acceptNode function.
|
| PASS walker.currentNode.id; is 'root'
|
|
|
| Testing with object with non-function acceptNode property
|
| -PASS walker.firstChild(); threw exception TypeError: NodeFilter object does not have an acceptNode function.
|
| +PASS walker.firstChild(); threw exception TypeError: Failed to execute 'firstChild' on 'TreeWalker': NodeFilter object does not have an acceptNode function.
|
| PASS walker.currentNode.id; is 'root'
|
| -PASS walker.nextNode(); threw exception TypeError: NodeFilter object does not have an acceptNode function.
|
| +PASS walker.nextNode(); threw exception TypeError: Failed to execute 'nextNode' on 'TreeWalker': NodeFilter object does not have an acceptNode function.
|
| PASS walker.currentNode.id; is 'root'
|
|
|
| Testing with function having acceptNode function
|
|
|