ojan@chromium.org | 29f99dc | 2010-01-19 22:14:03 +0000 | [diff] [blame] | 1 | This tests the operation of -webkit-animation-play-state. After 2 second the box should stop and after one more second it should start again. We test it both while in motion and when stopped. |
cmarrin@apple.com | a35841d | 2009-07-29 18:03:03 +0000 | [diff] [blame] | 2 | |
ojan@chromium.org | 29f99dc | 2010-01-19 22:14:03 +0000 | [diff] [blame] | 3 | PASS - "webkitTransform" property for "box1" element at 0.5s saw something close to: 1,0,0,1,25,0 |
| 4 | PASS - "left" property for "box2" element at 0.5s saw something close to: 25 |
| 5 | PASS - "webkitTransform" property for "box1" element at 1.5s saw something close to: 1,0,0,1,50,0 |
| 6 | PASS - "left" property for "box2" element at 1.5s saw something close to: 50 |
| 7 | PASS - "webkitTransform" property for "box1" element at 2.5s saw something close to: 1,0,0,1,75,0 |
| 8 | PASS - "left" property for "box2" element at 2.5s saw something close to: 75 |
cmarrin@apple.com | a35841d | 2009-07-29 18:03:03 +0000 | [diff] [blame] | 9 | |