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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/ChildNode-replaceWith-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 Comment.replaceWith() without any argument. child.replaceWith is not a func tion
3 FAIL Comment.replaceWith() with null as an argument. child.replaceWith is not a function
4 FAIL Comment.replaceWith() with undefined as an argument. child.replaceWith is n ot a function
5 FAIL Comment.replaceWith() with empty string as an argument. child.replaceWith i s not a function
6 FAIL Comment.replaceWith() with only text as an argument. child.replaceWith is n ot a function
7 FAIL Comment.replaceWith() with only one element as an argument. child.replaceWi th is not a function
8 FAIL Comment.replaceWith() with sibling of child as arguments. child.replaceWith is not a function
9 FAIL Comment.replaceWith() with one sibling of child and text as arguments. chil d.replaceWith is not a function
10 FAIL Comment.replaceWith() with one sibling of child and child itself as argumen ts. child.replaceWith is not a function
11 FAIL Comment.replaceWith() with one element and text as arguments. child.replace With is not a function
12 FAIL Comment.replaceWith() on a parentless child with two elements as arguments. child.replaceWith is not a function
13 FAIL Element.replaceWith() without any argument. child.replaceWith is not a func tion
14 FAIL Element.replaceWith() with null as an argument. child.replaceWith is not a function
15 FAIL Element.replaceWith() with undefined as an argument. child.replaceWith is n ot a function
16 FAIL Element.replaceWith() with empty string as an argument. child.replaceWith i s not a function
17 FAIL Element.replaceWith() with only text as an argument. child.replaceWith is n ot a function
18 FAIL Element.replaceWith() with only one element as an argument. child.replaceWi th is not a function
19 FAIL Element.replaceWith() with sibling of child as arguments. child.replaceWith is not a function
20 FAIL Element.replaceWith() with one sibling of child and text as arguments. chil d.replaceWith is not a function
21 FAIL Element.replaceWith() with one sibling of child and child itself as argumen ts. child.replaceWith is not a function
22 FAIL Element.replaceWith() with one element and text as arguments. child.replace With is not a function
23 FAIL Element.replaceWith() on a parentless child with two elements as arguments. child.replaceWith is not a function
24 FAIL Text.replaceWith() without any argument. child.replaceWith is not a functio n
25 FAIL Text.replaceWith() with null as an argument. child.replaceWith is not a fun ction
26 FAIL Text.replaceWith() with undefined as an argument. child.replaceWith is not a function
27 FAIL Text.replaceWith() with empty string as an argument. child.replaceWith is n ot a function
28 FAIL Text.replaceWith() with only text as an argument. child.replaceWith is not a function
29 FAIL Text.replaceWith() with only one element as an argument. child.replaceWith is not a function
30 FAIL Text.replaceWith() with sibling of child as arguments. child.replaceWith is not a function
31 FAIL Text.replaceWith() with one sibling of child and text as arguments. child.r eplaceWith is not a function
32 FAIL Text.replaceWith() with one sibling of child and child itself as arguments. child.replaceWith is not a function
33 FAIL Text.replaceWith() with one element and text as arguments. child.replaceWit h is not a function
34 FAIL Text.replaceWith() on a parentless child with two elements as arguments. ch ild.replaceWith is not a function
35 Harness: the test ran to completion.
36
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698