Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / traversal / exception-forwarding-expected.txt
blob8173f20f00299b01265932e441d2547fc78dc836
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.previousSibling
17 PASS w.previousSibling() is document.head
18 PASS iteration is 11
19 PASS successfullyParsed is true
21 TEST COMPLETE