Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/ChildNode-after-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/ChildNode-after-expected.txt b/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/ChildNode-after-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..7920cd8f99b488a8bbb7da66843716cf86729f78 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/ChildNode-after-expected.txt |
@@ -0,0 +1,48 @@ |
+This is a testharness.js-based test. |
+FAIL Comment.after() without any argument. child.after is not a function |
+FAIL Comment.after() with null as an argument. child.after is not a function |
+FAIL Comment.after() with undefined as an argument. child.after is not a function |
+FAIL Comment.after() with the empty string as an argument. child.after is not a function |
+FAIL Comment.after() with only text as an argument. child.after is not a function |
+FAIL Comment.after() with only one element as an argument. child.after is not a function |
+FAIL Comment.after() with one element and text as arguments. child.after is not a function |
+FAIL Comment.after() with context object itself as the argument. child.after is not a function |
+FAIL Comment.after() with context object itself and node as the arguments, switching positions. child.after is not a function |
+FAIL Comment.after() with all siblings of child as arguments. child.after is not a function |
+FAIL Comment.before() with some siblings of child as arguments; no changes in tree; viable sibling is first child. child.after is not a function |
+FAIL Comment.after() with some siblings of child as arguments; no changes in tree. child.after is not a function |
+FAIL Comment.after() when pre-insert behaves like append. child.after is not a function |
+FAIL Comment.after() with one sibling of child and text as arguments. child.after is not a function |
+FAIL Comment.after() on a child without any parent. x.after is not a function |
+FAIL Element.after() without any argument. child.after is not a function |
+FAIL Element.after() with null as an argument. child.after is not a function |
+FAIL Element.after() with undefined as an argument. child.after is not a function |
+FAIL Element.after() with the empty string as an argument. child.after is not a function |
+FAIL Element.after() with only text as an argument. child.after is not a function |
+FAIL Element.after() with only one element as an argument. child.after is not a function |
+FAIL Element.after() with one element and text as arguments. child.after is not a function |
+FAIL Element.after() with context object itself as the argument. child.after is not a function |
+FAIL Element.after() with context object itself and node as the arguments, switching positions. child.after is not a function |
+FAIL Element.after() with all siblings of child as arguments. child.after is not a function |
+FAIL Element.before() with some siblings of child as arguments; no changes in tree; viable sibling is first child. child.after is not a function |
+FAIL Element.after() with some siblings of child as arguments; no changes in tree. child.after is not a function |
+FAIL Element.after() when pre-insert behaves like append. child.after is not a function |
+FAIL Element.after() with one sibling of child and text as arguments. child.after is not a function |
+FAIL Element.after() on a child without any parent. x.after is not a function |
+FAIL Text.after() without any argument. child.after is not a function |
+FAIL Text.after() with null as an argument. child.after is not a function |
+FAIL Text.after() with undefined as an argument. child.after is not a function |
+FAIL Text.after() with the empty string as an argument. child.after is not a function |
+FAIL Text.after() with only text as an argument. child.after is not a function |
+FAIL Text.after() with only one element as an argument. child.after is not a function |
+FAIL Text.after() with one element and text as arguments. child.after is not a function |
+FAIL Text.after() with context object itself as the argument. child.after is not a function |
+FAIL Text.after() with context object itself and node as the arguments, switching positions. child.after is not a function |
+FAIL Text.after() with all siblings of child as arguments. child.after is not a function |
+FAIL Text.before() with some siblings of child as arguments; no changes in tree; viable sibling is first child. child.after is not a function |
+FAIL Text.after() with some siblings of child as arguments; no changes in tree. child.after is not a function |
+FAIL Text.after() when pre-insert behaves like append. child.after is not a function |
+FAIL Text.after() with one sibling of child and text as arguments. child.after is not a function |
+FAIL Text.after() on a child without any parent. x.after is not a function |
+Harness: the test ran to completion. |
+ |