| OLD | NEW |
| 1 timing_test(function() { | 1 timing_test(function() { |
| 2 at(0 * 1000, function() { | 2 at(0 * 1000, function() { |
| 3 assert_styles("#animTR", {'transform':'matrix(0.9701425001453319, 0.24253562
503633294, -0.24253562503633294, 0.9701425001453319, 387.5, 87.5)'}); | 3 assert_styles("#animTR", {'transform':'matrix(0.9701425001453319, 0.24253562
503633294, -0.24253562503633294, 0.9701425001453319, 387.5, 87.5)'}); |
| 4 }, "Check #animTR at t=0ms"); | 4 }, "Check #animTR at t=0ms"); |
| 5 at(0 * 1000, function() { | 5 at(0 * 1000, function() { |
| 6 assert_styles("#animBL", {'transform':'matrix(0.315770091409682, 0.948835733
6078364, -0.9488357336078364, 0.315770091409682, 87.5, 287.5)'}); | 6 assert_styles("#animBL", {'transform':'matrix(0.315770091409682, 0.948835733
6078364, -0.9488357336078364, 0.315770091409682, 87.5, 287.5)'}); |
| 7 }, "Check #animBL at t=0ms"); | 7 }, "Check #animBL at t=0ms"); |
| 8 at(0 * 1000, function() { | 8 at(0 * 1000, function() { |
| 9 assert_styles("#animBR", {'transform':'matrix(0.7992672511833444, 0.60097575
75691558, -0.6009757575691558, 0.7992672511833444, 387.5, 287.5)'}); | 9 assert_styles("#animBR", {'transform':'matrix(0.7992672511833444, 0.60097575
75691558, -0.6009757575691558, 0.7992672511833444, 387.5, 287.5)'}); |
| 10 }, "Check #animBR at t=0ms"); | 10 }, "Check #animBR at t=0ms"); |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 101 at(11 * 1000, function() { | 101 at(11 * 1000, function() { |
| 102 assert_styles("#animTR", {'transform':'matrix(0.9701425001453319, 0.24253562
503633294, -0.24253562503633294, 0.9701425001453319, 387.5, 87.5)'}); | 102 assert_styles("#animTR", {'transform':'matrix(0.9701425001453319, 0.24253562
503633294, -0.24253562503633294, 0.9701425001453319, 387.5, 87.5)'}); |
| 103 }, "Check #animTR at t=11000ms"); | 103 }, "Check #animTR at t=11000ms"); |
| 104 at(11 * 1000, function() { | 104 at(11 * 1000, function() { |
| 105 assert_styles("#animBL", {'transform':'matrix(0.0000000000000000612303176911
1886, -1, 1, 0.00000000000000006123031769111886, 87.5, 237.5)'}); | 105 assert_styles("#animBL", {'transform':'matrix(0.0000000000000000612303176911
1886, -1, 1, 0.00000000000000006123031769111886, 87.5, 237.5)'}); |
| 106 }, "Check #animBL at t=11000ms"); | 106 }, "Check #animBL at t=11000ms"); |
| 107 at(11 * 1000, function() { | 107 at(11 * 1000, function() { |
| 108 assert_styles("#animBR", {'transform':'matrix(0.0000000000000000612303176911
1886, -1, 1, 0.00000000000000006123031769111886, 387.5, 237.5)'}); | 108 assert_styles("#animBR", {'transform':'matrix(0.0000000000000000612303176911
1886, -1, 1, 0.00000000000000006123031769111886, 387.5, 237.5)'}); |
| 109 }, "Check #animBR at t=11000ms"); | 109 }, "Check #animBR at t=11000ms"); |
| 110 }, "Autogenerated checks."); | 110 }, "Autogenerated checks."); |
| OLD | NEW |