| Index: bower_components/web-animations-js/test/testcases/auto-test-rectangle-checks.js
|
| diff --git a/bower_components/web-animations-js/test/testcases/auto-test-rectangle-checks.js b/bower_components/web-animations-js/test/testcases/auto-test-rectangle-checks.js
|
| deleted file mode 100644
|
| index 3f9eb98f9837e93907897990374ad3f58cb3f11f..0000000000000000000000000000000000000000
|
| --- a/bower_components/web-animations-js/test/testcases/auto-test-rectangle-checks.js
|
| +++ /dev/null
|
| @@ -1,23 +0,0 @@
|
| -timing_test(function() {
|
| - at(0 * 1000, function() {
|
| - assert_styles('#test', {'clip':'rect(300px 400px 300px 400px)'});
|
| - }, "Autogenerated");
|
| - at(0.2 * 1000, function() {
|
| - assert_styles('#test', {'clip':'rect(240px 480px 360px 320px)'});
|
| - }, "Autogenerated");
|
| - at(0.4 * 1000, function() {
|
| - assert_styles('#test', {'clip':'rect(180px 560px 420px 240px)'});
|
| - }, "Autogenerated");
|
| - at(0.6000000000000001 * 1000, function() {
|
| - assert_styles('#test', {'clip':'rect(120px 640px 480px 160px)'});
|
| - }, "Autogenerated");
|
| - at(0.8 * 1000, function() {
|
| - assert_styles('#test', {'clip':'rect(60px 720px 540px 80px)'});
|
| - }, "Autogenerated");
|
| - at(1 * 1000, function() {
|
| - assert_styles('#test', {'clip':'rect(0px 800px 600px 0px)'});
|
| - }, "Autogenerated");
|
| - at(1.2 * 1000, function() {
|
| - assert_styles('#test', {'clip':'rect(0px 800px 600px 0px)'});
|
| - }, "Autogenerated");
|
| -}, "Autogenerated checks.");
|
|
|