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

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

Issue 16865007: Make createNodeIterator() and createTreeWalker() accept default arguments. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Use type tags in tests. Created 7 years, 6 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/core/dom/Document.h » ('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
new file mode 100644
index 0000000000000000000000000000000000000000..ff715d4a28392b786a9dbe896046551dae04bc1a
--- /dev/null
+++ b/LayoutTests/fast/dom/TreeWalker/TreeWalker-basic-expected.txt
@@ -0,0 +1,7 @@
+This test checks the basic functionality of TreeWalker.
+
+
+PASS Construct a TreeWalker by document.createTreeWalker().
+PASS Give an invalid root node to document.createTreeWalker().
+PASS Walk over nodes.
+
« 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