| This tests computed style values from animation properties. |
| |
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
| |
| |
| PASS test1Style.webkitAnimationName is 'anim1' |
| PASS test2Style.webkitAnimationName is 'anim2, anim3' |
| PASS test1Style.webkitAnimationDuration is '10s' |
| PASS test2Style.webkitAnimationDuration is '5s, 2.5s' |
| PASS test1Style.webkitAnimationIterationCount is '10' |
| PASS test2Style.webkitAnimationIterationCount is '10, infinite' |
| PASS test1Style.webkitAnimationTimingFunction is 'cubic-bezier(0, 0, 1, 1)' |
| PASS test2Style.webkitAnimationTimingFunction is 'cubic-bezier(0, 0, 1, 1), cubic-bezier(0.42, 0, 0.58, 1)' |
| PASS test1Style.webkitAnimationDirection is 'normal' |
| PASS test2Style.webkitAnimationDirection is 'normal, alternate' |
| |
| PASS successfullyParsed is true |
| |
| TEST COMPLETE |
| |