Index: third_party/WebKit/LayoutTests/animations/animation-direction-reverse-fill-mode-hardware-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/animations/animation-direction-reverse-fill-mode-hardware-expected.txt b/third_party/WebKit/LayoutTests/animations/animation-direction-reverse-fill-mode-hardware-expected.txt |
deleted file mode 100644 |
index 9992582f43867f214dbaee18dc8b149e6234f45e..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/animations/animation-direction-reverse-fill-mode-hardware-expected.txt |
+++ /dev/null |
@@ -1,8 +0,0 @@ |
-This test performs an animation of the transform property with different fill modes. It animates over 0.1 second with a 0.1 second delay. It takes snapshots at document load and the end of the animations. |
-Both Iterate - Reverse |
-Both Iterate - Alternate Reverse |
-PASS - start of animation - id: a expected: 300 actual: matrix(1, 0, 0, 1, 300, 0) |
-PASS - start of animation - id: b expected: 300 actual: matrix(1, 0, 0, 1, 300, 0) |
-PASS - end of animation - id: a expected: 200 actual: matrix(1, 0, 0, 1, 200, 0) |
-PASS - end of animation - id: b expected: 300 actual: matrix(1, 0, 0, 1, 300, 0) |
- |