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"); |