Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(88)

Side by Side Diff: LayoutTests/fast/dom/node-iterator-with-doctype-root-expected.txt

Issue 256013002: Make NodeIterator.detach() a no-op (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Take feedback into consideration Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 CONSOLE WARNING: 'NodeIterator.detach' is now a no-op, as per DOM (http://dom.sp ec.whatwg.org/#dom-nodeiterator-detach).
1 NodeIterator rooted at a DocumentType node not yet associated with a document: 2 NodeIterator rooted at a DocumentType node not yet associated with a document:
2 PASS iter.referenceNode.ownerDocument is document 3 PASS iter.referenceNode.ownerDocument is document
3 PASS iter.nextNode() is dt 4 PASS iter.nextNode() is dt
4 PASS iter.nextNode() is null 5 PASS iter.nextNode() is null
5 PASS iter.previousNode() is dt 6 PASS iter.previousNode() is dt
6 PASS iter.previousNode() is null 7 PASS iter.previousNode() is null
7 8
8 NodeIterator rooted at a DocumentType node that becomes used by a document after the iterator has been created: 9 NodeIterator rooted at a DocumentType node that becomes used by a document after the iterator has been created:
9 PASS iter.nextNode() is dt 10 PASS iter.nextNode() is dt
10 PASS iter.previousNode() is dt 11 PASS iter.previousNode() is dt
11 ..and after removing it from the document: 12 ..and after removing it from the document:
12 PASS iter.nextNode() is dt 13 PASS iter.nextNode() is dt
13 PASS iter.previousNode() is dt 14 PASS iter.previousNode() is dt
14 PASS successfullyParsed is true 15 PASS successfullyParsed is true
15 16
16 TEST COMPLETE 17 TEST COMPLETE
17 18
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/NodeIterator/detach-no-op-expected.txt ('k') | Source/core/dom/NodeIterator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698