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

Unified Diff: third_party/WebKit/LayoutTests/animations/animation-direction-reverse-fill-mode-expected.txt

Issue 2573413002: CSS Animations: More layout tests use testharness.js (Closed)
Patch Set: animation-direction-reverse-non-hardware.html Created 4 years 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/animations/animation-direction-reverse-fill-mode-expected.txt
diff --git a/third_party/WebKit/LayoutTests/animations/animation-direction-reverse-fill-mode-expected.txt b/third_party/WebKit/LayoutTests/animations/animation-direction-reverse-fill-mode-expected.txt
deleted file mode 100644
index 701ea2fb1d61c0847d003b51ad9f9df4cb1c7c79..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/animations/animation-direction-reverse-fill-mode-expected.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-This test performs an animation of the left property with direction reverse and four different fill modes. It animates over 0.1 seconds with a 0.1 second delay. It takes snapshots at document load and the end of the animation.
-None
-Backwards
-Forwards
-Both
-Both iterating
-Both iterating reverse
-PASS - start of animation - id: none expected: 100px actual: 100px
-PASS - start of animation - id: backwards expected: 300px actual: 300px
-PASS - start of animation - id: forwards expected: 100px actual: 100px
-PASS - start of animation - id: both expected: 300px actual: 300px
-PASS - start of animation - id: both_iterating expected: 200px actual: 200px
-PASS - start of animation - id: both_iterating_reverse expected: 300px actual: 300px
-PASS - end of animation - id: none expected: 100px actual: 100px
-PASS - end of animation - id: backwards expected: 100px actual: 100px
-PASS - end of animation - id: forwards expected: 200px actual: 200px
-PASS - end of animation - id: both expected: 200px actual: 200px
-PASS - end of animation - id: both_iterating expected: 200px actual: 200px
-PASS - end of animation - id: both_iterating_reverse expected: 300px actual: 300px
-

Powered by Google App Engine
This is Rietveld 408576698