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

Unified Diff: third_party/WebKit/LayoutTests/animations/fill-mode-iteration-count-non-integer-expected.txt

Issue 2975723002: Move direction and fill tests to subdirectory (Closed)
Patch Set: Created 3 years, 5 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/animations/fill-mode-iteration-count-non-integer-expected.txt
diff --git a/third_party/WebKit/LayoutTests/animations/fill-mode-iteration-count-non-integer-expected.txt b/third_party/WebKit/LayoutTests/animations/fill-mode-iteration-count-non-integer-expected.txt
deleted file mode 100644
index 2b7d32c160f2f8789229987cf57ca78b5776e9a5..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/animations/fill-mode-iteration-count-non-integer-expected.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-This test performs an animation of the left property with 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 for element 'none': Saw something close to 100
-PASS: Start of animation for element 'backwards': Saw something close to 200
-PASS: Start of animation for element 'forwards': Saw something close to 100
-PASS: Start of animation for element 'both': Saw something close to 200
-PASS: Start of animation for element 'both_iterating': Saw something close to 200
-PASS: Start of animation for element 'both_iterating_reverse': Saw something close to 300
-PASS: End of animation for element 'none': Saw something close to 100
-PASS: End of animation for element 'backwards': Saw something close to 100
-PASS: End of animation for element 'forwards': Saw something close to 240
-PASS: End of animation for element 'both': Saw something close to 240
-PASS: End of animation for element 'both_iterating': Saw something close to 240
-PASS: End of animation for element 'both_iterating_reverse': Saw something close to 260
-

Powered by Google App Engine
This is Rietveld 408576698