OLD | NEW |
1 timing_test(function() { | 1 timing_test(function() { |
2 at(0 * 1000, function() { | 2 at(0 * 1000, function() { |
3 assert_styles( | 3 assert_styles( |
4 '.anim', | 4 '.anim', |
5 [{'width':'160px'}, | 5 [{'width':'160px'}, |
6 {'width':'50px'}, | 6 {'width':'50px'}, |
7 {'width':'80px'}, | 7 {'width':'80px'}, |
8 {'width':'94.484375px'}, | 8 {'width':'94.484375px'}, |
9 {'width':'75.578125px'}, | 9 {'width':'75.578125px'}, |
10 {'width':'192px'}, | 10 {'width':'192px'}, |
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
333 {'width':'80px'}, | 333 {'width':'80px'}, |
334 {'width':'80px'}, | 334 {'width':'80px'}, |
335 {'width':'80px'}, | 335 {'width':'80px'}, |
336 {'width':'80px'}, | 336 {'width':'80px'}, |
337 {'width':'80px'}, | 337 {'width':'80px'}, |
338 {'width':'80px'}, | 338 {'width':'80px'}, |
339 {'width':'80px'}, | 339 {'width':'80px'}, |
340 {'width':'80px'}]); | 340 {'width':'80px'}]); |
341 }, "Autogenerated"); | 341 }, "Autogenerated"); |
342 }, "Autogenerated checks."); | 342 }, "Autogenerated checks."); |
OLD | NEW |