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

Unified Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-node/animation-node-replace-expected.txt

Issue 1899623002: Import latest web-platform-tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: handle new failures 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-node/animation-node-replace-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-node/animation-node-replace-expected.txt b/third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-node/animation-node-replace-expected.txt
deleted file mode 100644
index 93799694c6954c0d81d1030b8037bbe5fb159dac..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-node/animation-node-replace-expected.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-This is a testharness.js-based test.
-FAIL AnimationNode.replace(null) does nothing if node has no parent animation group Animation is not defined
-FAIL AnimationNode.replace() does nothing if node has no parent animation group. HierarchyRequestError is not thrown if the node is replacing itself Animation is not defined
-FAIL AnimationNode.replace() does nothing if node has no parent animation group Animation is not defined
-FAIL HierarchyRequestError is thrown if the node replaces itself AnimationGroup is not defined
-FAIL HierarchyRequestError is thrown if the node is replaced by its parent AnimationGroup is not defined
-FAIL HierarchyRequestError is thrown if the node is replaced by its inclusive ancestor AnimationGroup is not defined
-FAIL HierarchyRequestError is thrown if node is replaced by its inclusive ancestor. Test several arguments in replace() call AnimationGroup is not defined
-FAIL AnimationNode.replace() without arguments removes the node from the parent animation group AnimationGroup is not defined
-FAIL AnimationNode.replace() removes the node from its parent animation group AnimationGroup is not defined
-FAIL AnimationNode.replace(next sibling) removes the node from its parent animation group AnimationGroup is not defined
-FAIL AnimationNode.replace() replaces node in the parent animation group AnimationGroup is not defined
-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
-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 AnimationGroup is not defined
-FAIL Test AnimationNode.replace() replaces given node. Test several arguments AnimationGroup is not defined
-FAIL Test AnimationNode.replace() replaces given node by several nodes, duplicate nodes are ignored AnimationGroup is not defined
-FAIL Test AnimationNode.replace() replaces given node by several nodes, check replacement order AnimationGroup is not defined
-FAIL Test AnimationNode.replace() 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.
-

Powered by Google App Engine
This is Rietveld 408576698