OLD | NEW |
1 timing_test(function() { | 1 timing_test(function() { |
2 at(0 * 1000, function() { | 2 at(0 * 1000, function() { |
3 assert_styles(".test", [ | 3 assert_styles(".test", [ |
4 {'transform':'none'}, | 4 {'transform':'none'}, |
5 {'transform':'none'}, | 5 {'transform':'none'}, |
6 {'transform':'none'}, | 6 {'transform':'none'}, |
7 {'transform':'matrix(1, 0, 0, 1, 0, 0)'}, | 7 {'transform':'matrix(1, 0, 0, 1, 0, 0)'}, |
8 {'transform':'matrix(0.7, 0.7, -0.7, 0.7, 10, 20)'}, | 8 {'transform':'matrix(0.7, 0.7, -0.7, 0.7, 10, 20)'}, |
9 {'transform':'matrix3d(0, 0, -1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1)'}, | 9 {'transform':'matrix3d(0, 0, -1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1)'}, |
10 {'transform':'none'}, | 10 {'transform':'none'}, |
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
151 {'transform':'matrix(0.9397, 0.342, -0.342, 0.9397, 100, 0)'}, | 151 {'transform':'matrix(0.9397, 0.342, -0.342, 0.9397, 100, 0)'}, |
152 {'transform':'matrix(0.4184, 0.8972, -0.8972, 0.4184, 100, 0)'}, | 152 {'transform':'matrix(0.4184, 0.8972, -0.8972, 0.4184, 100, 0)'}, |
153 {'transform':'matrix(0.4698, 0.171, -0.171, 0.4698, 100, 0)'}, | 153 {'transform':'matrix(0.4698, 0.171, -0.171, 0.4698, 100, 0)'}, |
154 {'transform':'matrix(0.9397, 0.342, -0.342, 0.9397, 100, 0)'}, | 154 {'transform':'matrix(0.9397, 0.342, -0.342, 0.9397, 100, 0)'}, |
155 {'transform':'matrix(0.4184, 0.8972, -0.8972, 0.4184, 100, 0)'}, | 155 {'transform':'matrix(0.4184, 0.8972, -0.8972, 0.4184, 100, 0)'}, |
156 {'transform':'matrix(0.4698, 0.171, -0.171, 0.4698, 100, 0)'}, | 156 {'transform':'matrix(0.4698, 0.171, -0.171, 0.4698, 100, 0)'}, |
157 {'transform':'matrix(1, 0, 0, 1, 100, 0)'}, | 157 {'transform':'matrix(1, 0, 0, 1, 100, 0)'}, |
158 ]); | 158 ]); |
159 }); | 159 }); |
160 }, "Auto generated tests"); | 160 }, "Auto generated tests"); |
OLD | NEW |