gecko/testing/web-platform/meta/web-animations/animation-node/animation-node-replace.html.ini
James Graham 48ce620bae Bug 1097230 - Update web-platform-tests to revision 9840b559b10e05f659932a835c11832db9e01c42, a=testonly
--HG--
rename : testing/web-platform/meta/websockets/interfaces/WebSocket/events/011.html.ini => testing/web-platform/meta/IndexedDB/idbcursor_update_index5.htm.ini
rename : testing/web-platform/meta/websockets/interfaces/WebSocket/events/011.html.ini => testing/web-platform/meta/IndexedDB/idbindex_get7.htm.ini
rename : testing/web-platform/meta/websockets/interfaces/WebSocket/events/011.html.ini => testing/web-platform/meta/IndexedDB/idbindex_openCursor2.htm.ini
rename : testing/web-platform/meta/websockets/interfaces/WebSocket/events/011.html.ini => testing/web-platform/meta/IndexedDB/idbindex_openKeyCursor3.htm.ini
rename : testing/web-platform/moz.build => testing/web-platform/mozilla/tests/placeholder
rename : testing/web-platform/moz.build => testing/web-platform/outbound/tests/placeholder
rename : testing/web-platform/tests/dom/nodes/Document-createProcessingInstruction-literal-1.xhtml => testing/web-platform/tests/dom/nodes/ProcessingInstruction-literal-1.xhtml
rename : testing/web-platform/tests/dom/nodes/Document-createProcessingInstruction-literal-2.xhtml => testing/web-platform/tests/dom/nodes/ProcessingInstruction-literal-2.xhtml
rename : testing/web-platform/tests/pointerevents/pointerevent_lostpointercapture_for_disconnected_node.html => testing/web-platform/tests/pointerevents/pointerevent_lostpointercapture_for_disconnected_node-manual.html
rename : testing/web-platform/tests/pointerevents/pointerevent_pointerleave_after_pointercancel_touch.html => testing/web-platform/tests/pointerevents/pointerevent_pointerleave_after_pointercancel_touch-manual.html
rename : testing/web-platform/tests/pointerevents/pointerevent_pointerleave_after_pointerup_nohover.html => testing/web-platform/tests/pointerevents/pointerevent_pointerleave_after_pointerup_nohover-manual.html
rename : testing/web-platform/tests/pointerevents/pointerevent_pointerout_after_pointercancel_touch.html => testing/web-platform/tests/pointerevents/pointerevent_pointerout_after_pointercancel_touch-manual.html
rename : testing/web-platform/tests/pointerevents/pointerevent_pointerout_after_pointerup_nohover.html => testing/web-platform/tests/pointerevents/pointerevent_pointerout_after_pointerup_nohover-manual.html
rename : testing/web-platform/tests/pointerevents/pointerevent_pointerout_pen.html => testing/web-platform/tests/pointerevents/pointerevent_pointerout_pen-manual.html
rename : testing/web-platform/tests/pointerevents/pointerevent_setpointercapture_disconnected.html => testing/web-platform/tests/pointerevents/pointerevent_setpointercapture_disconnected-manual.html
rename : testing/web-platform/tests/workers/interfaces/DedicatedWorkerGlobalScope/postMessage/second-argument-null.html => testing/web-platform/tests/workers/interfaces/DedicatedWorkerGlobalScope/postMessage/second-argument-undefined.html
extra : rebase_source : 1fb6206eb45537037d28bebf5bc9de02791c4a17
2014-11-20 16:30:01 +00:00

54 lines
2.0 KiB
INI

[animation-node-replace.html]
type: testharness
[AnimationNode.replace(null) does nothing if node has no parent animation group]
expected: FAIL
[AnimationNode.replace() does nothing if node has no parent animation group. HierarchyRequestError is not thrown if the node is replacing itself]
expected: FAIL
[AnimationNode.replace() does nothing if node has no parent animation group]
expected: FAIL
[HierarchyRequestError is thrown if the node replaces itself]
expected: FAIL
[HierarchyRequestError is thrown if the node is replaced by its parent]
expected: FAIL
[HierarchyRequestError is thrown if the node is replaced by its inclusive ancestor]
expected: FAIL
[HierarchyRequestError is thrown if node is replaced by its inclusive ancestor. Test several arguments in replace() call]
expected: FAIL
[AnimationNode.replace() without arguments removes the node from the parent animation group]
expected: FAIL
[AnimationNode.replace() removes the node from its parent animation group]
expected: FAIL
[AnimationNode.replace(next sibling) removes the node from its parent animation group]
expected: FAIL
[AnimationNode.replace() replaces node in the parent animation group]
expected: FAIL
[Test AnimationNode.replace() replaces given node. The previous position of the replacement node is deeper in the tree than the current node]
expected: 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 ancestor]
expected: FAIL
[Test AnimationNode.replace() replaces given node. Test several arguments]
expected: FAIL
[Test AnimationNode.replace() replaces given node by several nodes, duplicate nodes are ignored]
expected: FAIL
[Test AnimationNode.replace() replaces given node by several nodes, check replacement order]
expected: FAIL
[Test AnimationNode.replace() disassociates the inserted node from the player, if node is directly associated with a player]
expected: FAIL