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

Side by Side Diff: polymer_0.4.0/bower_components/web-animations-js/test/testcases/auto-test-transform-functions-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(".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
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");
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698