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

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

Powered by Google App Engine
This is Rietveld 408576698