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

Side by Side 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: review comments 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 unified diff | Download patch
OLDNEW
(Empty)
1 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.
2 None
3 Backwards
4 Forwards
5 Both
6 Both iterating
7 Both iterating reverse
8 PASS - start of animation - id: none expected: 100px actual: 100px
9 PASS - start of animation - id: backwards expected: 300px actual: 300px
10 PASS - start of animation - id: forwards expected: 100px actual: 100px
11 PASS - start of animation - id: both expected: 300px actual: 300px
12 PASS - start of animation - id: both_iterating expected: 200px actual: 200px
13 PASS - start of animation - id: both_iterating_reverse expected: 300px actual: 3 00px
14 PASS - end of animation - id: none expected: 100px actual: 100px
15 PASS - end of animation - id: backwards expected: 100px actual: 100px
16 PASS - end of animation - id: forwards expected: 200px actual: 200px
17 PASS - end of animation - id: both expected: 200px actual: 200px
18 PASS - end of animation - id: both_iterating expected: 200px actual: 200px
19 PASS - end of animation - id: both_iterating_reverse expected: 300px actual: 300 px
20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698