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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/dom/nodes/ChildNode-after-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.after() without any argument. child.after is not a function
3 FAIL Comment.after() with null as an argument. child.after is not a function
4 FAIL Comment.after() with undefined as an argument. child.after is not a functio n
5 FAIL Comment.after() with the empty string as an argument. child.after is not a function
6 FAIL Comment.after() with only text as an argument. child.after is not a functio n
7 FAIL Comment.after() with only one element as an argument. child.after is not a function
8 FAIL Comment.after() with one element and text as arguments. child.after is not a function
9 FAIL Comment.after() with context object itself as the argument. child.after is not a function
10 FAIL Comment.after() with context object itself and node as the arguments, switc hing positions. child.after is not a function
11 FAIL Comment.after() with all siblings of child as arguments. child.after is not a function
12 FAIL Comment.before() with some siblings of child as arguments; no changes in tr ee; viable sibling is first child. child.after is not a function
13 FAIL Comment.after() with some siblings of child as arguments; no changes in tre e. child.after is not a function
14 FAIL Comment.after() when pre-insert behaves like append. child.after is not a f unction
15 FAIL Comment.after() with one sibling of child and text as arguments. child.afte r is not a function
16 FAIL Comment.after() on a child without any parent. x.after is not a function
17 FAIL Element.after() without any argument. child.after is not a function
18 FAIL Element.after() with null as an argument. child.after is not a function
19 FAIL Element.after() with undefined as an argument. child.after is not a functio n
20 FAIL Element.after() with the empty string as an argument. child.after is not a function
21 FAIL Element.after() with only text as an argument. child.after is not a functio n
22 FAIL Element.after() with only one element as an argument. child.after is not a function
23 FAIL Element.after() with one element and text as arguments. child.after is not a function
24 FAIL Element.after() with context object itself as the argument. child.after is not a function
25 FAIL Element.after() with context object itself and node as the arguments, switc hing positions. child.after is not a function
26 FAIL Element.after() with all siblings of child as arguments. child.after is not a function
27 FAIL Element.before() with some siblings of child as arguments; no changes in tr ee; viable sibling is first child. child.after is not a function
28 FAIL Element.after() with some siblings of child as arguments; no changes in tre e. child.after is not a function
29 FAIL Element.after() when pre-insert behaves like append. child.after is not a f unction
30 FAIL Element.after() with one sibling of child and text as arguments. child.afte r is not a function
31 FAIL Element.after() on a child without any parent. x.after is not a function
32 FAIL Text.after() without any argument. child.after is not a function
33 FAIL Text.after() with null as an argument. child.after is not a function
34 FAIL Text.after() with undefined as an argument. child.after is not a function
35 FAIL Text.after() with the empty string as an argument. child.after is not a fun ction
36 FAIL Text.after() with only text as an argument. child.after is not a function
37 FAIL Text.after() with only one element as an argument. child.after is not a fun ction
38 FAIL Text.after() with one element and text as arguments. child.after is not a f unction
39 FAIL Text.after() with context object itself as the argument. child.after is not a function
40 FAIL Text.after() with context object itself and node as the arguments, switchin g positions. child.after is not a function
41 FAIL Text.after() with all siblings of child as arguments. child.after is not a function
42 FAIL Text.before() with some siblings of child as arguments; no changes in tree; viable sibling is first child. child.after is not a function
43 FAIL Text.after() with some siblings of child as arguments; no changes in tree. child.after is not a function
44 FAIL Text.after() when pre-insert behaves like append. child.after is not a func tion
45 FAIL Text.after() with one sibling of child and text as arguments. child.after i s not a function
46 FAIL Text.after() on a child without any parent. x.after is not a function
47 Harness: the test ran to completion.
48
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698