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 |