| OLD | NEW |
| 1 This tests the operation of -webkit-animation-play-state. We test style while th
e animations are paused and once unpaused. | 1 This tests the operation of animation-play-state. We test style while the animat
ions are paused and once unpaused. |
| 2 | 2 |
| 3 transform | 3 transform |
| 4 left | 4 left |
| 5 PASS: Element 'translate' had correct style when paused | 5 PASS: Element 'translate' had correct style when paused |
| 6 PASS: Element 'left' had correct style when paused | 6 PASS: Element 'left' had correct style when paused |
| 7 PASS: Element 'translate' had correct style at end | 7 PASS: Element 'translate' had correct style at end |
| 8 PASS: Element 'left' had correct style at end | 8 PASS: Element 'left' had correct style at end |
| OLD | NEW |