Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / dom / node-iterator-with-doctype-root-expected.txt
1 CONSOLE WARNING: 'NodeIterator.detach' is now a no-op, as per DOM (http://dom.spec.whatwg.org/#dom-nodeiterator-detach).
2 NodeIterator rooted at a DocumentType node not yet associated with a document:
3 PASS iter.referenceNode.ownerDocument is document
4 PASS iter.nextNode() is dt
5 PASS iter.nextNode() is null
6 PASS iter.previousNode() is dt
7 PASS iter.previousNode() is null
8
9 NodeIterator rooted at a DocumentType node that becomes used by a document after the iterator has been created:
10 PASS iter.nextNode() is dt
11 PASS iter.previousNode() is dt
12 ..and after removing it from the document:
13 PASS iter.nextNode() is dt
14 PASS iter.previousNode() is dt
15 PASS successfullyParsed is true
16
17 TEST COMPLETE
18