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

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

Issue 716963002: Remove property-specific handling in animation-test-helpers.js (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@animhelpercleanup
Patch Set: rm whitespace Created 6 years, 1 month 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: LayoutTests/animations/animation-direction-reverse-fill-mode-expected.txt
diff --git a/LayoutTests/animations/animation-direction-reverse-fill-mode-expected.txt b/LayoutTests/animations/animation-direction-reverse-fill-mode-expected.txt
index 388d238c5b413a08d9d924c785e4483c4d7c7467..701ea2fb1d61c0847d003b51ad9f9df4cb1c7c79 100644
--- a/LayoutTests/animations/animation-direction-reverse-fill-mode-expected.txt
+++ b/LayoutTests/animations/animation-direction-reverse-fill-mode-expected.txt
@@ -5,16 +5,16 @@ Forwards
Both
Both iterating
Both iterating reverse
-PASS - start of animation - id: none expected: 100 actual: 100
-PASS - start of animation - id: backwards expected: 300 actual: 300
-PASS - start of animation - id: forwards expected: 100 actual: 100
-PASS - start of animation - id: both expected: 300 actual: 300
-PASS - start of animation - id: both_iterating expected: 200 actual: 200
-PASS - start of animation - id: both_iterating_reverse expected: 300 actual: 300
-PASS - end of animation - id: none expected: 100 actual: 100
-PASS - end of animation - id: backwards expected: 100 actual: 100
-PASS - end of animation - id: forwards expected: 200 actual: 200
-PASS - end of animation - id: both expected: 200 actual: 200
-PASS - end of animation - id: both_iterating expected: 200 actual: 200
-PASS - end of animation - id: both_iterating_reverse expected: 300 actual: 300
+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