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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/ParentNode-prepend-expected.txt

Issue 1934123002: Implement DOM methods: prepend, append, after, before and replaceWith. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync test expectations Created 4 years, 7 months 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 unified diff | Download patch
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 FAIL Element.prepend() without any argument, on a parent having no child. parent .prepend is not a function
3 FAIL Element.prepend() with null as an argument, on a parent having no child. pa rent.prepend is not a function
4 FAIL Element.prepend() with undefined as an argument, on a parent having no chil d. parent.prepend is not a function
5 FAIL Element.prepend() with only text as an argument, on a parent having no chil d. parent.prepend is not a function
6 FAIL Element.prepend() with only one element as an argument, on a parent having no child. parent.prepend is not a function
7 FAIL Element.prepend() with null as an argument, on a parent having a child. par ent.prepend is not a function
8 FAIL Element.prepend() with one element and text as argument, on a parent having a child. parent.prepend is not a function
9 FAIL DocumentFrgment.prepend() without any argument, on a parent having no child . parent.prepend is not a function
10 FAIL DocumentFrgment.prepend() with null as an argument, on a parent having no c hild. parent.prepend is not a function
11 FAIL DocumentFrgment.prepend() with undefined as an argument, on a parent having no child. parent.prepend is not a function
12 FAIL DocumentFrgment.prepend() with only text as an argument, on a parent having no child. parent.prepend is not a function
13 FAIL DocumentFrgment.prepend() with only one element as an argument, on a parent having no child. parent.prepend is not a function
14 FAIL DocumentFrgment.prepend() with null as an argument, on a parent having a ch ild. parent.prepend is not a function
15 FAIL DocumentFrgment.prepend() with one element and text as argument, on a paren t having a child. parent.prepend is not a function
16 Harness: the test ran to completion.
17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698