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

Unified Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/ChildNode-replaceWith-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-replaceWith-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/ChildNode-replaceWith-expected.txt b/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/ChildNode-replaceWith-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..47ec75e12d545bd7475b5a0bca3c11f74f4c34bb
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/ChildNode-replaceWith-expected.txt
@@ -0,0 +1,36 @@
+This is a testharness.js-based test.
+FAIL Comment.replaceWith() without any argument. child.replaceWith is not a function
+FAIL Comment.replaceWith() with null as an argument. child.replaceWith is not a function
+FAIL Comment.replaceWith() with undefined as an argument. child.replaceWith is not a function
+FAIL Comment.replaceWith() with empty string as an argument. child.replaceWith is not a function
+FAIL Comment.replaceWith() with only text as an argument. child.replaceWith is not a function
+FAIL Comment.replaceWith() with only one element as an argument. child.replaceWith is not a function
+FAIL Comment.replaceWith() with sibling of child as arguments. child.replaceWith is not a function
+FAIL Comment.replaceWith() with one sibling of child and text as arguments. child.replaceWith is not a function
+FAIL Comment.replaceWith() with one sibling of child and child itself as arguments. child.replaceWith is not a function
+FAIL Comment.replaceWith() with one element and text as arguments. child.replaceWith is not a function
+FAIL Comment.replaceWith() on a parentless child with two elements as arguments. child.replaceWith is not a function
+FAIL Element.replaceWith() without any argument. child.replaceWith is not a function
+FAIL Element.replaceWith() with null as an argument. child.replaceWith is not a function
+FAIL Element.replaceWith() with undefined as an argument. child.replaceWith is not a function
+FAIL Element.replaceWith() with empty string as an argument. child.replaceWith is not a function
+FAIL Element.replaceWith() with only text as an argument. child.replaceWith is not a function
+FAIL Element.replaceWith() with only one element as an argument. child.replaceWith is not a function
+FAIL Element.replaceWith() with sibling of child as arguments. child.replaceWith is not a function
+FAIL Element.replaceWith() with one sibling of child and text as arguments. child.replaceWith is not a function
+FAIL Element.replaceWith() with one sibling of child and child itself as arguments. child.replaceWith is not a function
+FAIL Element.replaceWith() with one element and text as arguments. child.replaceWith is not a function
+FAIL Element.replaceWith() on a parentless child with two elements as arguments. child.replaceWith is not a function
+FAIL Text.replaceWith() without any argument. child.replaceWith is not a function
+FAIL Text.replaceWith() with null as an argument. child.replaceWith is not a function
+FAIL Text.replaceWith() with undefined as an argument. child.replaceWith is not a function
+FAIL Text.replaceWith() with empty string as an argument. child.replaceWith is not a function
+FAIL Text.replaceWith() with only text as an argument. child.replaceWith is not a function
+FAIL Text.replaceWith() with only one element as an argument. child.replaceWith is not a function
+FAIL Text.replaceWith() with sibling of child as arguments. child.replaceWith is not a function
+FAIL Text.replaceWith() with one sibling of child and text as arguments. child.replaceWith is not a function
+FAIL Text.replaceWith() with one sibling of child and child itself as arguments. child.replaceWith is not a function
+FAIL Text.replaceWith() with one element and text as arguments. child.replaceWith is not a function
+FAIL Text.replaceWith() on a parentless child with two elements as arguments. child.replaceWith is not a function
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698