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

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

Issue 22880019: [DOM4] Doctypes now always have a node document and can be moved across document boundaries (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Improve tests Created 7 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/dom/node-iterator-with-doctype-root-expected.txt
diff --git a/LayoutTests/fast/dom/node-iterator-with-doctype-root-expected.txt b/LayoutTests/fast/dom/node-iterator-with-doctype-root-expected.txt
index 56da317aae847aebed58ff2505a06db0ead8a01c..be190f184bdec8ae8acab737739f6305760913f4 100644
--- a/LayoutTests/fast/dom/node-iterator-with-doctype-root-expected.txt
+++ b/LayoutTests/fast/dom/node-iterator-with-doctype-root-expected.txt
@@ -1,5 +1,5 @@
NodeIterator rooted at a DocumentType node not yet associated with a document:
-PASS iter.referenceNode.ownerDocument is null
+PASS iter.referenceNode.ownerDocument is document
PASS iter.nextNode() is dt
PASS iter.nextNode() is null
PASS iter.previousNode() is dt
« no previous file with comments | « LayoutTests/fast/dom/node-iterator-with-doctype-root.html ('k') | LayoutTests/fast/events/dispatch-event-no-document.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698