tenfourfox/testing/web-platform/meta/web-animations/animation-node/animation-node-remove.html.ini
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

30 lines
1.0 KiB
INI

[animation-node-remove.html]
type: testharness
[AnimationNode.remove() does nothing for standalone node]
expected: FAIL
[AnimationNode.remove() removes node from the parent animation group. Removed node is the only node in the tree]
expected: FAIL
[AnimationNode.remove() removes node from the parent animation group. Remove the first node in the group]
expected: FAIL
[AnimationNode.remove() removes node from the parent animation group. Remove the last node in the group]
expected: FAIL
[AnimationNode.remove() removes node from the parent animation group. Remove node from the middle of the group]
expected: FAIL
[Test removing a node that has children]
expected: FAIL
[AnimationNode.remove() disassociates the node from player, if node is directly associated with a player]
expected: FAIL
[AnimationNode.remove() keeps parent direct association with the player]
expected: FAIL
[AnimationNode.remove() on the root of a non-trivial tree does not change child structure]
expected: FAIL