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 [{'left':'100px'}, | 5 [{'left':'100px'}, |
6 {'left':'100px'}, | 6 {'left':'100px'}, |
7 {'left':'300px'}, | 7 {'left':'300px'}, |
8 {'left':'300px'}]); | 8 {'left':'300px'}]); |
9 }, "Autogenerated"); | 9 }, "Autogenerated"); |
10 at(0.4 * 1000, function() { | 10 at(0.4 * 1000, function() { |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
49 }, "Autogenerated"); | 49 }, "Autogenerated"); |
50 at(2.4 * 1000, function() { | 50 at(2.4 * 1000, function() { |
51 assert_styles( | 51 assert_styles( |
52 '.anim', | 52 '.anim', |
53 [{'left':'300px'}, | 53 [{'left':'300px'}, |
54 {'left':'300px'}, | 54 {'left':'300px'}, |
55 {'left':'100px'}, | 55 {'left':'100px'}, |
56 {'left':'100px'}]); | 56 {'left':'100px'}]); |
57 }, "Autogenerated"); | 57 }, "Autogenerated"); |
58 }, "Autogenerated checks."); | 58 }, "Autogenerated checks."); |
OLD | NEW |