OLD | NEW |
(Empty) | |
| 1 Tests that modifying the iteration count, delay, duration, direction, fill mode
or timing function do not cause a running animation to be updated. |
| 2 |
| 3 duration |
| 4 iteration-count |
| 5 delay |
| 6 direction |
| 7 fill-mode |
| 8 timing-function |
| 9 PASS: Element 'timing-function' did not overshoot |
| 10 PASS: Element 'duration': -webkit-animation-duration was 1000s |
| 11 PASS: Element 'duration': left was 300px |
| 12 PASS: Element 'iteration-count': -webkit-animation-iteration-count was 1000000 |
| 13 PASS: Element 'iteration-count': left was 300px |
| 14 PASS: Element 'delay': -webkit-animation-delay was 1000s |
| 15 PASS: Element 'delay': left was 300px |
| 16 PASS: Element 'direction': -webkit-animation-direction was reverse |
| 17 PASS: Element 'direction': left was 300px |
| 18 PASS: Element 'fill-mode': -webkit-animation-fill-mode was none |
| 19 PASS: Element 'fill-mode': left was 300px |
| 20 PASS: Element 'timing-function': -webkit-animation-timing-function was cubic-bez
ier(0, 10, 1, 10) |
| 21 PASS: Element 'timing-function': left was 300px |
| 22 |
OLD | NEW |