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

Side by Side Diff: third_party/WebKit/LayoutTests/animations/animation-inherit-initial-unprefixed-expected.txt

Issue 2970883003: Separate out animations tests with prefixing (Closed)
Patch Set: Rebaseline virtual/threaded version of test too 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 Test that inherit and initial works on unprefixed animations.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 Testing inherit.
7 PASS computedStyle.animationName is 'anim'
8 PASS computedStyle.webkitAnimationName is 'anim'
9 PASS computedStyle.animationDuration is '5s'
10 PASS computedStyle.webkitAnimationDuration is '5s'
11 PASS computedStyle.animationTimingFunction is 'linear'
12 PASS computedStyle.webkitAnimationTimingFunction is 'linear'
13 PASS computedStyle.animationDelay is '2s'
14 PASS computedStyle.webkitAnimationDelay is '2s'
15 PASS computedStyle.animationIterationCount is 'infinite'
16 PASS computedStyle.webkitAnimationIterationCount is 'infinite'
17 PASS computedStyle.animationDirection is 'alternate'
18 PASS computedStyle.webkitAnimationDirection is 'alternate'
19 PASS computedStyle.animationPlayState is 'running'
20 PASS computedStyle.webkitAnimationPlayState is 'running'
21 Testing initial.
22 PASS computedStyle.animationName is 'none'
23 PASS computedStyle.webkitAnimationName is 'none'
24 PASS computedStyle.animationDuration is '0s'
25 PASS computedStyle.webkitAnimationDuration is '0s'
26 PASS computedStyle.animationTimingFunction is 'ease'
27 PASS computedStyle.webkitAnimationTimingFunction is 'ease'
28 PASS computedStyle.animationDelay is '0s'
29 PASS computedStyle.webkitAnimationDelay is '0s'
30 PASS computedStyle.animationIterationCount is '1'
31 PASS computedStyle.webkitAnimationIterationCount is '1'
32 PASS computedStyle.animationDirection is 'normal'
33 PASS computedStyle.webkitAnimationDirection is 'normal'
34 PASS computedStyle.animationPlayState is 'running'
35 PASS computedStyle.webkitAnimationPlayState is 'running'
36 PASS successfullyParsed is true
37
38 TEST COMPLETE
39
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698