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 |
deleted file mode 100644 |
index 483d7f065de6d671a916be8e61c510e17d415808..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/ParentNode-prepend-expected.txt |
+++ /dev/null |
@@ -1,17 +0,0 @@ |
-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. |
- |