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

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

Issue 70903004: Web Animations CSS: Add to experimental web platform features (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add expectations for a couple more newly failing tests Created 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
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. 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 2 None
3 Backwards 3 Backwards
4 Forwards 4 Forwards
5 Both 5 Both
6 Both iterating 6 Both iterating
7 Both iterating reverse 7 Both iterating reverse
8 PASS - start of animation - id: none expected: 100 actual: 100 8 PASS - start of animation - id: none expected: 100 actual: 100
9 PASS - start of animation - id: backwards expected: 300 actual: 300 9 PASS - start of animation - id: backwards expected: 300 actual: 300
10 PASS - start of animation - id: forwards expected: 100 actual: 100 10 PASS - start of animation - id: forwards expected: 100 actual: 100
11 PASS - start of animation - id: both expected: 300 actual: 300 11 PASS - start of animation - id: both expected: 300 actual: 300
12 PASS - start of animation - id: both_iterating expected: 200 actual: 200 12 PASS - start of animation - id: both_iterating expected: 200 actual: 200
13 PASS - start of animation - id: both_iterating_reverse expected: 300 actual: 300 13 PASS - start of animation - id: both_iterating_reverse expected: 300 actual: 300
14 PASS - end of animation - id: none expected: 100 actual: 100 14 PASS - end of animation - id: none expected: 100 actual: 100
15 PASS - end of animation - id: backwards expected: 100 actual: 100 15 PASS - end of animation - id: backwards expected: 100 actual: 100
16 FAIL - end of animation - id: forwards expected: 200 actual: 300 16 PASS - end of animation - id: forwards expected: 200 actual: 200
17 FAIL - end of animation - id: both expected: 200 actual: 300 17 PASS - end of animation - id: both expected: 200 actual: 200
18 PASS - end of animation - id: both_iterating expected: 200 actual: 200 18 PASS - end of animation - id: both_iterating expected: 200 actual: 200
19 PASS - end of animation - id: both_iterating_reverse expected: 300 actual: 300 19 PASS - end of animation - id: both_iterating_reverse expected: 300 actual: 300
20 20
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/animations/animation-none-keyword-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698