OLD | NEW |
(Empty) | |
| 1 FAIL - "max-width" property for "test" element at 0s expected: 10 but saw: none |
| 2 PASS - "max-width" property for "test" element at 0.25s saw something close to:
10 |
| 3 PASS - "max-width" property for "test" element at 1s saw something close to: 10 |
| 4 PASS - "max-width" property for "test" element at 1.75s saw something close to:
none |
| 5 PASS - "max-width" property for "test" element at 2s saw something close to: non
e |
| 6 |
| 7 Log: |
| 8 20.999999999958163 - runAnimationTest |
| 9 23.999999999887223 - First webkitAnimationStart event fired |
| 10 24.999999999863576 - Finished waiting for animations to start |
| 11 24.999999999863576 - Pausing at time: 0, active animations: 1 |
| 12 24.999999999863576 - Checking expectation: ["none-test",0,"test","max-width",10,
0] |
| 13 28.00000000002001 - Pausing at time: 250, active animations: 1 |
| 14 28.00000000002001 - Checking expectation: ["none-test",0.25,"test","max-width",1
0,0] |
| 15 28.00000000002001 - Pausing at time: 1000, active animations: 1 |
| 16 28.00000000002001 - Checking expectation: ["none-test",1,"test","max-width",10,0
] |
| 17 28.999999999996362 - Pausing at time: 1750, active animations: 1 |
| 18 28.999999999996362 - Checking expectation: ["none-test",1.75,"test","max-width",
"none",0] |
| 19 28.999999999996362 - Pausing at time: 2000, active animations: 1 |
| 20 28.999999999996362 - Checking expectation: ["none-test",2,"test","max-width","no
ne",0] |
| 21 28.999999999996362 - Ending test |
OLD | NEW |