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

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

Issue 366223006: createTreeWalker and createNodeIterator should deal with null NodeFilter (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Use fully qualified variable name Created 6 years, 5 months 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/bindings/core/v8/V8Binding.cpp » ('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 1665860d3c07cd49aacd8e207fa0b7fe04929f99..a7327230a0a864ef2b9d2c5ffb7d45ef5aeb7851 100644
--- a/LayoutTests/fast/dom/TreeWalker/TreeWalker-basic-expected.txt
+++ b/LayoutTests/fast/dom/TreeWalker/TreeWalker-basic-expected.txt
@@ -6,5 +6,6 @@ PASS Construct a TreeWalker by document.createTreeWalker().
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/bindings/core/v8/V8Binding.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698