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

Unified Diff: LayoutTests/fast/dom/NodeIterator/NodeIterator-basic-expected.txt

Issue 109763007: Reland r159735 - support for test harness (text-only) tests w/o expected results. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update testharness-based baselines Created 7 years 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/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.

Powered by Google App Engine
This is Rietveld 408576698