2008-11-04 Anders Carlsson <andersca@apple.com>
[webkit/qt.git] / LayoutTests / traversal / exception-forwarding-expected.txt
blob08a2a01db6ffd03af70c4a8105bb592c86d3a02f
1 Test of exception forwarding for NodeIterator and TreeWalker, derived from an early version of Acid3
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
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
17 PASS w.previousSibling() is document.body.previousSibling
18 PASS iteration is 11
19 PASS successfullyParsed is true
21 TEST COMPLETE