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

Unified Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/ChildNode-after-expected.txt

Issue 1529523002: Import dom/ from web-platform-tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tweak W3CImportExpectations Created 5 years 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
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.
+

Powered by Google App Engine
This is Rietveld 408576698