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

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

Issue 373043004: IDL: Treat undefined as missing for optional arguments with defaults (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebased 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
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 a7327230a0a864ef2b9d2c5ffb7d45ef5aeb7851..a2d0a0b90e8894f1ba7fa59db685ceec3279053d 100644
--- a/LayoutTests/fast/dom/TreeWalker/TreeWalker-basic-expected.txt
+++ b/LayoutTests/fast/dom/TreeWalker/TreeWalker-basic-expected.txt
@@ -2,7 +2,8 @@ CONSOLE WARNING: 'TreeWalker.expandEntityReferences' is deprecated and has been
This test checks the basic functionality of TreeWalker.
This is a testharness.js-based test.
-PASS Construct a TreeWalker by document.createTreeWalker().
+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.
« no previous file with comments | « LayoutTests/fast/dom/TreeWalker/TreeWalker-basic.html ('k') | LayoutTests/fast/dom/Window/alert-undefined-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698