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