Files
palemoon27/testing/web-platform/meta/web-animations/animation-node/animation-node-next-sibling.html.ini
T

69 lines
3.0 KiB
INI

[animation-node-next-sibling.html]
type: testharness
[AnimationNode.nextSibling is null if the node is standalone]
expected: FAIL
[AnimationNode.nextSibling is null if the node is the only child of its parent]
expected: FAIL
[AnimationNode.nextSibling returns next sibling of this animation node. Test first child]
expected: FAIL
[AnimationNode.nextSibling returns next sibling of this animation node. Test second child]
expected: FAIL
[AnimationNode.nextSibling returns next sibling of this animation node. Test tree structure with AnimationGroup]
expected: FAIL
[AnimationNode.nextSibling returns next sibling of this animation node. Test tree structure with AnimationSequence]
expected: FAIL
[AnimationNode.nextSibling returns next sibling of this animation node, the next sibling is changed by method before()]
expected: FAIL
[AnimationNode.nextSibling returns next sibling of this animation node, the next sibling is removed by method before()]
expected: FAIL
[AnimationNode.nextSibling returns next sibling of this animation node, several nodes are added by method before()]
expected: FAIL
[AnimationNode.nextSibling returns next sibling of this animation node, the next sibling is changed by method after()]
expected: FAIL
[AnimationNode.nextSibling returns next sibling of this animation node, the next sibling is removed by method after()]
expected: FAIL
[AnimationNode.nextSibling returns next sibling of this animation node, several nodes are added by method after()]
expected: FAIL
[AnimationNode.nextSibling returns next sibling of this animation node, the next sibling is changed by method replace()]
expected: FAIL
[AnimationNode.nextSibling returns next sibling of this animation node, the next sibling is removed by method replace()]
expected: FAIL
[AnimationNode.nextSibling returns next sibling of this animation node, several nodes are added by method replace()]
expected: FAIL
[AnimationNode.nextSibling returns next sibling of this animation node, the next sibling is changed by method remove()]
expected: FAIL
[AnimationNode.nextSibling returns next sibling of this animation node, the next sibling is changed by method AnimationGroup.prepend()]
expected: FAIL
[AnimationNode.nextSibling returns next sibling of this animation node, the next sibling is removed by method AnimationGroup.prepend()]
expected: FAIL
[AnimationNode.nextSibling returns next sibling of this animation node, several nodes are added by method AnimationGroup.prepend()]
expected: FAIL
[AnimationNode.nextSibling returns next sibling of this animation node, the next sibling is changed by method AnimationGroup.append()]
expected: FAIL
[AnimationNode.nextSibling returns next sibling of this animation node, the next sibling is removed by method AnimationGroup.append()]
expected: FAIL
[AnimationNode.nextSibling returns next sibling of this animation node, several nodes are added by method AnimationGroup.append()]
expected: FAIL