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

Side by Side 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 unified diff | Download patch
OLDNEW
1 CONSOLE WARNING: 'TreeWalker.expandEntityReferences' is deprecated and has been removed from DOM. It always returns false. 1 CONSOLE WARNING: 'TreeWalker.expandEntityReferences' is deprecated and has been removed from DOM. It always returns false.
2 This test checks the basic functionality of TreeWalker. 2 This test checks the basic functionality of TreeWalker.
3 3
4 This is a testharness.js-based test. 4 This is a testharness.js-based test.
5 PASS Construct a TreeWalker by document.createTreeWalker(). 5 PASS Construct a TreeWalker by document.createTreeWalker(root).
6 PASS Construct a TreeWalker by document.createTreeWalker(root, undefined, undefi ned).
6 PASS Give an invalid root node to document.createTreeWalker(). 7 PASS Give an invalid root node to document.createTreeWalker().
7 PASS Walk over nodes. 8 PASS Walk over nodes.
8 PASS Test that the fourth argument (expandEntityReferences) is ignored. 9 PASS Test that the fourth argument (expandEntityReferences) is ignored.
9 PASS Optional arguments to createTreeWalker should be optional (3 passed, null). 10 PASS Optional arguments to createTreeWalker should be optional (3 passed, null).
10 Harness: the test ran to completion. 11 Harness: the test ran to completion.
11 12
OLDNEW
« 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