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

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

Powered by Google App Engine
This is Rietveld 408576698