tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / traversal / exception-forwarding-expected.txt
1 Test of exception forwarding for NodeIterator and TreeWalker, derived from an early version of Acid3
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 PASS i.nextNode() threw exception Roses.
7 PASS i.nextNode() is document.documentElement
8 PASS i.previousNode() threw exception Roses.
9 PASS w.nextNode() threw exception Roses.
10 PASS w.nextNode() is document.documentElement.firstChild
11 PASS w.previousNode() threw exception Roses.
12 PASS w.firstChild() threw exception Roses.
13 PASS w.lastChild() threw exception Roses.
14 PASS w.nextSibling() threw exception Roses.
15 PASS w.previousSibling() is null
16 PASS w.nextSibling() is document.body.previousSibling
17 PASS w.previousSibling() is document.head
18 PASS iteration is 11
19 PASS successfullyParsed is true
20
21 TEST COMPLETE
22