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

Side by Side Diff: third_party/WebKit/LayoutTests/animations/animation-direction-reverse-fill-mode-hardware-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 unified diff | Download patch
OLDNEW
(Empty)
1 This test performs an animation of the transform property with different fill mo des. It animates over 0.1 second with a 0.1 second delay. It takes snapshots at document load and the end of the animations.
2 Both Iterate - Reverse
3 Both Iterate - Alternate Reverse
4 PASS - start of animation - id: a expected: 300 actual: matrix(1, 0, 0, 1, 300, 0)
5 PASS - start of animation - id: b expected: 300 actual: matrix(1, 0, 0, 1, 300, 0)
6 PASS - end of animation - id: a expected: 200 actual: matrix(1, 0, 0, 1, 200, 0)
7 PASS - end of animation - id: b expected: 300 actual: matrix(1, 0, 0, 1, 300, 0)
8
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698