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

Unified Diff: 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, 12 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 side-by-side diff with in-line comments
Download patch
Index: bower_components/web-animations-js/test/testcases/auto-test-path-checks.js
diff --git a/bower_components/web-animations-js/test/testcases/auto-test-path-checks.js b/bower_components/web-animations-js/test/testcases/auto-test-path-checks.js
deleted file mode 100644
index b646b32567f8c14b5758ef70d7a9db5385015451..0000000000000000000000000000000000000000
--- a/bower_components/web-animations-js/test/testcases/auto-test-path-checks.js
+++ /dev/null
@@ -1,20 +0,0 @@
-timing_test(function() {
- at(0, function() {
- assert_styles(".target",{'d':'M10,10v100l100,-50z'});
- });
- at(200, function() {
- assert_styles(".target",{'d':'M48,10L48,94.72L52.72,110L112.2,87.89L148,57.64L125.9,38.94L48,10'});
- });
- at(400, function() {
- assert_styles(".target",{'d':'M86,10L86,98.54L95.44,110L159.2,93.42L186,55.28L169.4,31.71L86,10'});
- });
- at(600, function() {
- assert_styles(".target",{'d':'M124,10L124,102.4L138.2,110L206.1,98.94L224,52.92L212.9,24.47L124,10'});
- });
- at(800, function() {
- assert_styles(".target",{'d':'M162,10L162,106.2L180.9,110L253.1,104.5L262,50.56L256.5,17.24L162,10'});
- });
- at(1000, function() {
- assert_styles(".target",{'d':'M10,10v100l100,-50z'});
- });
-}, "Auto generated tests");

Powered by Google App Engine
This is Rietveld 408576698