Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/ParentNode-prepend-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/ParentNode-prepend-expected.txt b/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/ParentNode-prepend-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..483d7f065de6d671a916be8e61c510e17d415808 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/ParentNode-prepend-expected.txt |
@@ -0,0 +1,17 @@ |
+This is a testharness.js-based test. |
+FAIL Element.prepend() without any argument, on a parent having no child. parent.prepend is not a function |
+FAIL Element.prepend() with null as an argument, on a parent having no child. parent.prepend is not a function |
+FAIL Element.prepend() with undefined as an argument, on a parent having no child. parent.prepend is not a function |
+FAIL Element.prepend() with only text as an argument, on a parent having no child. parent.prepend is not a function |
+FAIL Element.prepend() with only one element as an argument, on a parent having no child. parent.prepend is not a function |
+FAIL Element.prepend() with null as an argument, on a parent having a child. parent.prepend is not a function |
+FAIL Element.prepend() with one element and text as argument, on a parent having a child. parent.prepend is not a function |
+FAIL DocumentFrgment.prepend() without any argument, on a parent having no child. parent.prepend is not a function |
+FAIL DocumentFrgment.prepend() with null as an argument, on a parent having no child. parent.prepend is not a function |
+FAIL DocumentFrgment.prepend() with undefined as an argument, on a parent having no child. parent.prepend is not a function |
+FAIL DocumentFrgment.prepend() with only text as an argument, on a parent having no child. parent.prepend is not a function |
+FAIL DocumentFrgment.prepend() with only one element as an argument, on a parent having no child. parent.prepend is not a function |
+FAIL DocumentFrgment.prepend() with null as an argument, on a parent having a child. parent.prepend is not a function |
+FAIL DocumentFrgment.prepend() with one element and text as argument, on a parent having a child. parent.prepend is not a function |
+Harness: the test ran to completion. |
+ |