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

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

Issue 106423002: Remove fourth argument to createNodeIterator/createTreeWalker (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: base files Created 7 years 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 | Annotate | Revision Log
« no previous file with comments | « LayoutTests/fast/dom/TreeWalker/TreeWalker-basic.html ('k') | Source/core/dom/Document.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This test checks the basic functionality of TreeWalker. 1 This test checks the basic functionality of TreeWalker.
2 2
3 3
4 PASS Construct a TreeWalker by document.createTreeWalker(). 4 PASS Construct a TreeWalker by document.createTreeWalker().
5 PASS Give an invalid root node to document.createTreeWalker(). 5 PASS Give an invalid root node to document.createTreeWalker().
6 PASS Walk over nodes. 6 PASS Walk over nodes.
7 PASS Test that the fourth argument (expandEntityReferences) is ignored.
7 8
OLDNEW
« no previous file with comments | « LayoutTests/fast/dom/TreeWalker/TreeWalker-basic.html ('k') | Source/core/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698