Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(283)

Side by Side Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-node/animation-node-after-expected.txt

Issue 1866333004: Import web-platform-tests@5a8700479d98852455bee6117558897867eb278a (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@wpt-sync
Patch Set: Add two potential timeouts to TestExpectations Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 This is a testharness.js-based test.
2 FAIL AnimationNode.after() does nothing if the node has no parent animation grou p. HierarchyRequestError is not thrown in call node.after(null) Animation is not defined
3 FAIL AnimationNode.after() does nothing if the node has no parent animation grou p. No HierarchyRequestError is thrown if the node is inserted after itself Anima tion is not defined
4 FAIL AnimationNode.after() does nothing if there is no parent animation group An imation is not defined
5 FAIL HierarchyRequestError is thrown if node is inserted after itself AnimationG roup is not defined
6 FAIL HierarchyRequestError is thrown if direct parent is inserted after the node AnimationGroup is not defined
7 FAIL HierarchyRequestError is thrown if an inclusive ancestor is inserted after the node AnimationGroup is not defined
8 FAIL HierarchyRequestError is thrown if an inclusive ancestor is inserted after the node. Test several arguments in after() call AnimationGroup is not defined
9 FAIL AnimationNode.after() inserts nodes after this node AnimationGroup is not d efined
10 FAIL AnimationNode.after() inserts nodes after this node. Inserted node is on th e same level in the tree AnimationGroup is not defined
11 FAIL Test AnimationNode.after() inserts node after this node even if inserted no de is already after this one AnimationGroup is not defined
12 FAIL Test AnimationNode.after() inserts node after this node. The previous posit ion of the inserted node is deeper in the tree than current node AnimationGroup is not defined
13 FAIL Test AnimationNode.after() inserts node after this node. The previous posit ion of the inserted node is shallower in the tree than current node, but not anc estor AnimationGroup is not defined
14 FAIL Test AnimationNode.after() inserts several nodes after this node AnimationG roup is not defined
15 FAIL Test AnimationNode.after() inserts several nodes after this node, duplicate nodes are ignored AnimationGroup is not defined
16 FAIL Test AnimationNode.after() inserts several nodes after this node, check ins ertion order AnimationGroup is not defined
17 FAIL Test AnimationNode.after() disassociates the inserted node from the player, if node is directly associated with a player AnimationGroup is not defined
18 Harness: the test ran to completion.
19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698