| Index: bower_components/web-animations-js/test/testcases/auto-test-iterations-alternate-checks.js
|
| diff --git a/bower_components/web-animations-js/test/testcases/auto-test-iterations-alternate-checks.js b/bower_components/web-animations-js/test/testcases/auto-test-iterations-alternate-checks.js
|
| deleted file mode 100644
|
| index 5d172fc196f2b746fc1afd7130884b7fcc371752..0000000000000000000000000000000000000000
|
| --- a/bower_components/web-animations-js/test/testcases/auto-test-iterations-alternate-checks.js
|
| +++ /dev/null
|
| @@ -1,44 +0,0 @@
|
| -timing_test(function() {
|
| - at(0 * 1000, function() {
|
| - assert_styles('.anim', {'left':'100px'});
|
| - }, "Autogenerated");
|
| - at(0.25 * 1000, function() {
|
| - assert_styles('.anim', {'left':'200px'});
|
| - }, "Autogenerated");
|
| - at(0.5 * 1000, function() {
|
| - assert_styles('.anim', {'left':'300px'});
|
| - }, "Autogenerated");
|
| - at(0.75 * 1000, function() {
|
| - assert_styles('.anim', {'left':'400px'});
|
| - }, "Autogenerated");
|
| - at(1 * 1000, function() {
|
| - assert_styles('.anim', {'left':'500px'});
|
| - }, "Autogenerated");
|
| - at(1.25 * 1000, function() {
|
| - assert_styles('.anim', {'left':'400px'});
|
| - }, "Autogenerated");
|
| - at(1.5 * 1000, function() {
|
| - assert_styles('.anim', {'left':'300px'});
|
| - }, "Autogenerated");
|
| - at(1.75 * 1000, function() {
|
| - assert_styles('.anim', {'left':'200px'});
|
| - }, "Autogenerated");
|
| - at(2 * 1000, function() {
|
| - assert_styles('.anim', {'left':'100px'});
|
| - }, "Autogenerated");
|
| - at(2.25 * 1000, function() {
|
| - assert_styles('.anim', {'left':'200px'});
|
| - }, "Autogenerated");
|
| - at(2.5 * 1000, function() {
|
| - assert_styles('.anim', {'left':'300px'});
|
| - }, "Autogenerated");
|
| - at(2.75 * 1000, function() {
|
| - assert_styles('.anim', {'left':'400px'});
|
| - }, "Autogenerated");
|
| - at(3.0 * 1000, function() {
|
| - assert_styles('.anim', {'left':'500px'});
|
| - }, "Autogenerated");
|
| - at(4.0 * 1000, function() {
|
| - assert_styles('.anim', {'left':'500px'});
|
| - }, "Autogenerated");
|
| -}, "Autogenerated checks.");
|
|
|