OLD | NEW |
1 timing_test(function() { | 1 timing_test(function() { |
2 at(0, function() { | 2 at(0, function() { |
3 assert_styles(".target",{'d':'M10,10v100l100,-50z'}); | 3 assert_styles(".target",{'d':'M10,10v100l100,-50z'}); |
4 }); | 4 }); |
5 at(200, function() { | 5 at(200, function() { |
6 assert_styles(".target",{'d':'M48,10L48,94.72L52.72,110L112.2,87.89L148,57.6
4L125.9,38.94L48,10'}); | 6 assert_styles(".target",{'d':'M48,10L48,94.72L52.72,110L112.2,87.89L148,57.6
4L125.9,38.94L48,10'}); |
7 }); | 7 }); |
8 at(400, function() { | 8 at(400, function() { |
9 assert_styles(".target",{'d':'M86,10L86,98.54L95.44,110L159.2,93.42L186,55.2
8L169.4,31.71L86,10'}); | 9 assert_styles(".target",{'d':'M86,10L86,98.54L95.44,110L159.2,93.42L186,55.2
8L169.4,31.71L86,10'}); |
10 }); | 10 }); |
11 at(600, function() { | 11 at(600, function() { |
12 assert_styles(".target",{'d':'M124,10L124,102.4L138.2,110L206.1,98.94L224,52
.92L212.9,24.47L124,10'}); | 12 assert_styles(".target",{'d':'M124,10L124,102.4L138.2,110L206.1,98.94L224,52
.92L212.9,24.47L124,10'}); |
13 }); | 13 }); |
14 at(800, function() { | 14 at(800, function() { |
15 assert_styles(".target",{'d':'M162,10L162,106.2L180.9,110L253.1,104.5L262,50
.56L256.5,17.24L162,10'}); | 15 assert_styles(".target",{'d':'M162,10L162,106.2L180.9,110L253.1,104.5L262,50
.56L256.5,17.24L162,10'}); |
16 }); | 16 }); |
17 at(1000, function() { | 17 at(1000, function() { |
18 assert_styles(".target",{'d':'M10,10v100l100,-50z'}); | 18 assert_styles(".target",{'d':'M10,10v100l100,-50z'}); |
19 }); | 19 }); |
20 }, "Auto generated tests"); | 20 }, "Auto generated tests"); |
OLD | NEW |