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

Unified Diff: bower_components/web-animations-js/test/testcases/auto-test-delay-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 side-by-side diff with in-line comments
Download patch
Index: bower_components/web-animations-js/test/testcases/auto-test-delay-checks.js
diff --git a/bower_components/web-animations-js/test/testcases/auto-test-delay-checks.js b/bower_components/web-animations-js/test/testcases/auto-test-delay-checks.js
deleted file mode 100644
index e0a5ade602f2cdefe67d2943a0fde5140f157a62..0000000000000000000000000000000000000000
--- a/bower_components/web-animations-js/test/testcases/auto-test-delay-checks.js
+++ /dev/null
@@ -1,92 +0,0 @@
-timing_test(function() {
- at(0 * 1000, function() {
- assert_styles(".anim",{'left':'100px'});
- });
- at(0.1 * 1000, function() {
- assert_styles(".anim",{'left':'100px'});
- });
- at(0.2 * 1000, function() {
- assert_styles(".anim",{'left':'100px'});
- });
- at(0.30000000000000004 * 1000, function() {
- assert_styles(".anim",{'left':'133.3px'});
- });
- at(0.4 * 1000, function() {
- assert_styles(".anim",{'left':'166.7px'});
- });
- at(0.5 * 1000, function() {
- assert_styles(".anim",{'left':'100px'});
- });
- at(0.6 * 1000, function() {
- assert_styles(".anim",{'left':'133.3px'});
- });
- at(0.7 * 1000, function() {
- assert_styles(".anim",{'left':'166.7px'});
- });
- at(800, function() {
- assert_styles(".anim",{'left':'100px'});
- });
- at(0.8999999999999999 * 1000, function() {
- assert_styles(".anim",{'left':'133.3px'});
- });
- at(0.9999999999999999 * 1000, function() {
- assert_styles(".anim",{'left':'166.7px'});
- });
- at(1.0999999999999999 * 1000, function() {
- assert_styles(".anim",{'left':'200px'});
- });
- at(1.2 * 1000, function() {
- assert_styles(".anim",{'left':'200px'});
- });
- at(1.3 * 1000, function() {
- assert_styles(".anim",{'left':'200px'});
- });
- at(1.4000000000000001 * 1000, function() {
- assert_styles(".anim",{'left':'200px'});
- });
- at(1.5000000000000002 * 1000, function() {
- assert_styles(".anim",{'left':'100px'});
- });
- at(1.6000000000000003 * 1000, function() {
- assert_styles(".anim",{'left':'100px'});
- });
- at(1.7000000000000004 * 1000, function() {
- assert_styles(".anim",{'left':'100px'});
- });
- at(1.8000000000000005 * 1000, function() {
- assert_styles(".anim",{'left':'133.3px'});
- });
- at(1.9000000000000006 * 1000, function() {
- assert_styles(".anim",{'left':'166.7px'});
- });
- at(2.0000000000000004 * 1000, function() {
- assert_styles(".anim",{'left':'100px'});
- });
- at(2.1000000000000005 * 1000, function() {
- assert_styles(".anim",{'left':'133.3px'});
- });
- at(2.2000000000000006 * 1000, function() {
- assert_styles(".anim",{'left':'166.7px'});
- });
- at(2.3000000000000007 * 1000, function() {
- assert_styles(".anim",{'left':'100px'});
- });
- at(2.400000000000001 * 1000, function() {
- assert_styles(".anim",{'left':'133.3px'});
- });
- at(2.500000000000001 * 1000, function() {
- assert_styles(".anim",{'left':'166.7px'});
- });
- at(2.600000000000001 * 1000, function() {
- assert_styles(".anim",{'left':'200px'});
- });
- at(2.700000000000001 * 1000, function() {
- assert_styles(".anim",{'left':'200px'});
- });
- at(2.800000000000001 * 1000, function() {
- assert_styles(".anim",{'left':'200px'});
- });
- at(2.9000000000000012 * 1000, function() {
- assert_styles(".anim",{'left':'200px'});
- });
-}, "Auto generated tests");

Powered by Google App Engine
This is Rietveld 408576698