Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-node/animation-node-after-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-node/animation-node-after-expected.txt b/third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-node/animation-node-after-expected.txt |
new file mode 100644 |
index 0000000000000000000000000000000000000000..80d9de7b17e9446f009e7af616f181e8f4cdf9c2 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-node/animation-node-after-expected.txt |
@@ -0,0 +1,19 @@ |
+This is a testharness.js-based test. |
+FAIL AnimationNode.after() does nothing if the node has no parent animation group. HierarchyRequestError is not thrown in call node.after(null) Animation is not defined |
+FAIL AnimationNode.after() does nothing if the node has no parent animation group. No HierarchyRequestError is thrown if the node is inserted after itself Animation is not defined |
+FAIL AnimationNode.after() does nothing if there is no parent animation group Animation is not defined |
+FAIL HierarchyRequestError is thrown if node is inserted after itself AnimationGroup is not defined |
+FAIL HierarchyRequestError is thrown if direct parent is inserted after the node AnimationGroup is not defined |
+FAIL HierarchyRequestError is thrown if an inclusive ancestor is inserted after the node AnimationGroup is not defined |
+FAIL HierarchyRequestError is thrown if an inclusive ancestor is inserted after the node. Test several arguments in after() call AnimationGroup is not defined |
+FAIL AnimationNode.after() inserts nodes after this node AnimationGroup is not defined |
+FAIL AnimationNode.after() inserts nodes after this node. Inserted node is on the same level in the tree AnimationGroup is not defined |
+FAIL Test AnimationNode.after() inserts node after this node even if inserted node is already after this one AnimationGroup is not defined |
+FAIL Test AnimationNode.after() inserts node after this node. The previous position of the inserted node is deeper in the tree than current node AnimationGroup is not defined |
+FAIL Test AnimationNode.after() inserts node after this node. The previous position of the inserted node is shallower in the tree than current node, but not ancestor AnimationGroup is not defined |
+FAIL Test AnimationNode.after() inserts several nodes after this node AnimationGroup is not defined |
+FAIL Test AnimationNode.after() inserts several nodes after this node, duplicate nodes are ignored AnimationGroup is not defined |
+FAIL Test AnimationNode.after() inserts several nodes after this node, check insertion order AnimationGroup is not defined |
+FAIL Test AnimationNode.after() disassociates the inserted node from the player, if node is directly associated with a player AnimationGroup is not defined |
+Harness: the test ran to completion. |
+ |