OLD | NEW |
(Empty) | |
| 1 This is a testharness.js-based test. |
| 2 FAIL AnimationNode.replace(null) does nothing if node has no parent animation gr
oup Animation is not defined |
| 3 FAIL AnimationNode.replace() does nothing if node has no parent animation group.
HierarchyRequestError is not thrown if the node is replacing itself Animation i
s not defined |
| 4 FAIL AnimationNode.replace() does nothing if node has no parent animation group
Animation is not defined |
| 5 FAIL HierarchyRequestError is thrown if the node replaces itself AnimationGroup
is not defined |
| 6 FAIL HierarchyRequestError is thrown if the node is replaced by its parent Anima
tionGroup is not defined |
| 7 FAIL HierarchyRequestError is thrown if the node is replaced by its inclusive an
cestor AnimationGroup is not defined |
| 8 FAIL HierarchyRequestError is thrown if node is replaced by its inclusive ancest
or. Test several arguments in replace() call AnimationGroup is not defined |
| 9 FAIL AnimationNode.replace() without arguments removes the node from the parent
animation group AnimationGroup is not defined |
| 10 FAIL AnimationNode.replace() removes the node from its parent animation group An
imationGroup is not defined |
| 11 FAIL AnimationNode.replace(next sibling) removes the node from its parent animat
ion group AnimationGroup is not defined |
| 12 FAIL AnimationNode.replace() replaces node in the parent animation group Animati
onGroup is not defined |
| 13 FAIL Test AnimationNode.replace() replaces given node. The previous position of
the replacement node is deeper in the tree than the current node AnimationGroup
is not defined |
| 14 FAIL Test AnimationNode.replace() replaces given node. The previous position of
the replacement node is shallower in the tree than current node, but is not an a
ncestor AnimationGroup is not defined |
| 15 FAIL Test AnimationNode.replace() replaces given node. Test several arguments An
imationGroup is not defined |
| 16 FAIL Test AnimationNode.replace() replaces given node by several nodes, duplicat
e nodes are ignored AnimationGroup is not defined |
| 17 FAIL Test AnimationNode.replace() replaces given node by several nodes, check re
placement order AnimationGroup is not defined |
| 18 FAIL Test AnimationNode.replace() disassociates the inserted node from the playe
r, if node is directly associated with a player AnimationGroup is not defined |
| 19 Harness: the test ran to completion. |
| 20 |
OLD | NEW |