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

Unified Diff: LayoutTests/fast/dom/TreeWalker/TreeWalker-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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/fast/dom/TreeWalker/TreeWalker-basic.html ('k') | Source/core/dom/NodeIterator.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/TreeWalker/TreeWalker-basic-expected.txt
diff --git a/LayoutTests/fast/dom/TreeWalker/TreeWalker-basic-expected.txt b/LayoutTests/fast/dom/TreeWalker/TreeWalker-basic-expected.txt
index a2d0a0b90e8894f1ba7fa59db685ceec3279053d..391867a1a293a03ffca868cc1ed84bfb883c6115 100644
--- a/LayoutTests/fast/dom/TreeWalker/TreeWalker-basic-expected.txt
+++ b/LayoutTests/fast/dom/TreeWalker/TreeWalker-basic-expected.txt
@@ -1,4 +1,3 @@
-CONSOLE WARNING: 'TreeWalker.expandEntityReferences' is deprecated and has been removed from DOM. It always returns false.
This test checks the basic functionality of TreeWalker.
This is a testharness.js-based test.
@@ -6,7 +5,6 @@ PASS Construct a TreeWalker by document.createTreeWalker(root).
PASS Construct a TreeWalker by document.createTreeWalker(root, undefined, undefined).
PASS Give an invalid root node to document.createTreeWalker().
PASS Walk over nodes.
-PASS Test that the fourth argument (expandEntityReferences) is ignored.
PASS Optional arguments to createTreeWalker should be optional (3 passed, null).
Harness: the test ran to completion.
« no previous file with comments | « LayoutTests/fast/dom/TreeWalker/TreeWalker-basic.html ('k') | Source/core/dom/NodeIterator.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698