OLD | NEW |
| (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 | |
OLD | NEW |