Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(362)

Side by Side Diff: polymer_0.4.0/bower_components/web-animations-js/test/testcases/auto-test-motion-path-checks.js

Issue 786953007: npm_modules: Fork bower_components into Polymer 0.4.0 and 0.5.0 versions (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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.");
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698