Index: LayoutTests/fast/dom/NodeIterator/NodeIterator-basic-expected.txt |
diff --git a/LayoutTests/fast/dom/NodeIterator/NodeIterator-basic-expected.txt b/LayoutTests/fast/dom/NodeIterator/NodeIterator-basic-expected.txt |
index fe19d65ff3407aa8d97d6bd8953488a23f1ca176..88d98bec36a71efd05048aceaf67fe0987e49130 100644 |
--- a/LayoutTests/fast/dom/NodeIterator/NodeIterator-basic-expected.txt |
+++ b/LayoutTests/fast/dom/NodeIterator/NodeIterator-basic-expected.txt |
@@ -1,6 +1,6 @@ |
This test checks the basic functionality of NodeIterator. |
- |
+This is a testharness.js-based test. |
PASS Construct a NodeIterator by document.createNodeIterator(). |
PASS Give an invalid root node to document.createNodeIterator(). |
PASS Iterate over all nodes forward then backward. |
@@ -10,4 +10,5 @@ PASS Iterate over all comment nodes forward then backward. |
PASS Test the behavior of NodeIterator when no nodes match with the given filter. |
PASS Test the behavior of NodeIterator when NodeFilter is specified. |
PASS Test that the fourth argument (expandEntityReferences) is ignored. |
+Harness: the test ran to completion. |