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

Unified Diff: LayoutTests/fast/dom/NodeIterator/NodeIterator-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/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 9db4a2e65f5def53d0b1a3f6fead9ff6bc28a59d..979992093de7ce597cbe76dfa721a84791feecc0 100644
--- a/LayoutTests/fast/dom/NodeIterator/NodeIterator-basic-expected.txt
+++ b/LayoutTests/fast/dom/NodeIterator/NodeIterator-basic-expected.txt
@@ -2,7 +2,8 @@ CONSOLE WARNING: 'NodeIterator.expandEntityReferences' is deprecated and has bee
This test checks the basic functionality of NodeIterator.
This is a testharness.js-based test.
-PASS Construct a NodeIterator by document.createNodeIterator().
+PASS Construct a NodeIterator by document.createNodeIterator(root).
+PASS Construct a NodeIterator by document.createNodeIterator(root, undefined, undefined).
PASS Give an invalid root node to document.createNodeIterator().
PASS Iterate over all nodes forward then backward.
PASS Iterate over all elements forward then backward.
« no previous file with comments | « LayoutTests/fast/dom/NodeIterator/NodeIterator-basic.html ('k') | LayoutTests/fast/dom/Text/text-constructor.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698