Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/Document-createTreeWalker-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/Document-createTreeWalker-expected.txt b/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/Document-createTreeWalker-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..f5d55b372f2b9b0b4a73a62d495e96d8f4bf6a51 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/Document-createTreeWalker-expected.txt |
@@ -0,0 +1,8 @@ |
+This is a testharness.js-based test. |
+PASS Required arguments to createTreeWalker should be required. |
+PASS Optional arguments to createTreeWalker should be optional (1 passed). |
+PASS Optional arguments to createTreeWalker should be optional (2 passed). |
+PASS Optional arguments to createTreeWalker should be optional (3 passed, null). |
+FAIL Optional arguments to createTreeWalker should be optional (3 passed, function). assert_equals: expected (function) function "function () {}" but got (object) object "[object NodeFilter]" |
+Harness: the test ran to completion. |
+ |