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

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

Powered by Google App Engine
This is Rietveld 408576698