Chromium Code Reviews

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

Issue 744363002: Remove NodeIterator.expandEntityReferences / TreeWalker.expandEntityReferences (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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 979992093de7ce597cbe76dfa721a84791feecc0..bdda9441b5822bc6b2306855b06cbb905c8dbbdb 100644
--- a/LayoutTests/fast/dom/NodeIterator/NodeIterator-basic-expected.txt
+++ b/LayoutTests/fast/dom/NodeIterator/NodeIterator-basic-expected.txt
@@ -1,4 +1,3 @@
-CONSOLE WARNING: 'NodeIterator.expandEntityReferences' is deprecated and has been removed from DOM. It always returns false.
This test checks the basic functionality of NodeIterator.
This is a testharness.js-based test.
@@ -11,7 +10,6 @@ PASS Iterate over all text nodes forward then backward.
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.
PASS Optional arguments to createNodeIterator should be optional (3 passed, null).
Harness: the test ran to completion.
« no previous file with comments | « LayoutTests/fast/dom/NodeIterator/NodeIterator-basic.html ('k') | LayoutTests/fast/dom/TreeWalker/TreeWalker-basic.html » ('j') | no next file with comments »

Powered by Google App Engine