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

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

Powered by Google App Engine
This is Rietveld 408576698