| Index: bower_components/web-animations-js/test/testcases/auto-test-non-numeric-checks.js
|
| diff --git a/bower_components/web-animations-js/test/testcases/auto-test-non-numeric-checks.js b/bower_components/web-animations-js/test/testcases/auto-test-non-numeric-checks.js
|
| deleted file mode 100644
|
| index 79c992dfbb3fc88c25fe09b6c9cbec17f47b3c00..0000000000000000000000000000000000000000
|
| --- a/bower_components/web-animations-js/test/testcases/auto-test-non-numeric-checks.js
|
| +++ /dev/null
|
| @@ -1,26 +0,0 @@
|
| -timing_test(function() {
|
| - at(0 * 1000, function() {
|
| - assert_styles('#test', {'display':'none'});
|
| - }, "Autogenerated");
|
| - at(0.08 * 1000, function() {
|
| - assert_styles('#test', {'display':'block'});
|
| - }, "Autogenerated");
|
| - at(0.16 * 1000, function() {
|
| - assert_styles('#test', {'display':'none'});
|
| - }, "Autogenerated");
|
| - at(0.24 * 1000, function() {
|
| - assert_styles('#test', {'display':'block'});
|
| - }, "Autogenerated");
|
| - at(0.32 * 1000, function() {
|
| - assert_styles('#test', {'display':'none'});
|
| - }, "Autogenerated");
|
| - at(0.4 * 1000, function() {
|
| - assert_styles('#test', {'display':'block'});
|
| - }, "Autogenerated");
|
| - at(0.48000000000000004 * 1000, function() {
|
| - assert_styles('#test', {'display':'none'});
|
| - }, "Autogenerated");
|
| - at(0.56 * 1000, function() {
|
| - assert_styles('#test', {'display':'none'});
|
| - }, "Autogenerated");
|
| -}, "Autogenerated checks.");
|
|
|