summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/dom/TreeWalker/filter-throw-expected.txt
blob: c7213aac904b1ec350927ace774c28d224199b11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Test JS objects as NodeFilters.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


Testing with object filter
Test with filter function
PASS walker.firstChild(); threw exception filter exception.
PASS walker.currentNode.id is 'root'
PASS walker.nextNode();walker.currentNode.id threw exception filter exception.
PASS walker.currentNode.id is 'root'

Test with filter object
PASS walker.firstChild(); threw exception filter exception.
PASS walker.currentNode.id is 'root'
PASS walker.nextNode();walker.currentNode.id threw exception filter exception.
PASS walker.currentNode.id is 'root'
PASS successfullyParsed is true

TEST COMPLETE