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

Side by Side Diff: polymer_0.4.0/bower_components/web-animations-js/test/testcases/auto-test-transform-3d-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( 3 assert_styles(
4 '.anim', 4 '.anim',
5 [{'transform':'matrix(1, 0, 0, 1, 0, 0)'}, 5 [{'transform':'matrix(1, 0, 0, 1, 0, 0)'},
6 {'transform':'matrix(1, 0, 0, 1, 0, 0)'}, 6 {'transform':'matrix(1, 0, 0, 1, 0, 0)'},
7 {'transform':'matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 20, 40, 60, 1) '}, 7 {'transform':'matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 20, 40, 60, 1) '},
8 {'transform':'matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 20, 40, 60, 1) '}, 8 {'transform':'matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 20, 40, 60, 1) '},
9 {'transform':'matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 20, 1)'} , 9 {'transform':'matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 20, 1)'} ,
10 {'transform':'matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 20, 1)'} , 10 {'transform':'matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 20, 1)'} ,
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 {'transform':'matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 50, 1)'} , 125 {'transform':'matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 50, 1)'} ,
126 {'transform':'matrix3d(1.5, 0, 0, 0, 0, 3, 0, 0, 0, 0, 5, 0, 0, 0, 50, 1) '}, 126 {'transform':'matrix3d(1.5, 0, 0, 0, 0, 3, 0, 0, 0, 0, 5, 0, 0, 0, 50, 1) '},
127 {'transform':'matrix3d(1, 0, 0, 0, 0, 0.6427876096865394, 0.7660444431189 78, 0, 0, -0.766044443118978, 0.6427876096865394, 0, 0, 0, 0, 1)'}, 127 {'transform':'matrix3d(1, 0, 0, 0, 0, 0.6427876096865394, 0.7660444431189 78, 0, 0, -0.766044443118978, 0.6427876096865394, 0, 0, 0, 0, 1)'},
128 {'transform':'matrix(1, 0, 0, 1, 0, 0)'}, 128 {'transform':'matrix(1, 0, 0, 1, 0, 0)'},
129 {'transform':'matrix3d(0.6427876096865394, 0, -0.766044443118978, 0, 0, 1 , 0, 0, 0.766044443118978, 0, 0.6427876096865394, 0, 0, 0, 0, 1)'}, 129 {'transform':'matrix3d(0.6427876096865394, 0, -0.766044443118978, 0, 0, 1 , 0, 0, 0.766044443118978, 0, 0.6427876096865394, 0, 0, 0, 0, 1)'},
130 {'transform':'matrix(1, 0, 0, 1, 0, 0)'}, 130 {'transform':'matrix(1, 0, 0, 1, 0, 0)'},
131 {'transform':'matrix(0.6427876096865394, 0.766044443118978, -0.7660444431 18978, 0.6427876096865394, 0, 0)'}, 131 {'transform':'matrix(0.6427876096865394, 0.766044443118978, -0.7660444431 18978, 0.6427876096865394, 0, 0)'},
132 {'transform':'matrix(1, 0, 0, 1, 0, 0)'}]); 132 {'transform':'matrix(1, 0, 0, 1, 0, 0)'}]);
133 }, "Autogenerated"); 133 }, "Autogenerated");
134 }, "Autogenerated checks."); 134 }, "Autogenerated checks.");
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698