diff --git a/test/ngAnimate/animateSpec.js b/test/ngAnimate/animateSpec.js index e74049be..2a83f2d5 100644 --- a/test/ngAnimate/animateSpec.js +++ b/test/ngAnimate/animateSpec.js @@ -1918,41 +1918,6 @@ describe("ngAnimate", function() { })); - it("should not set the transition property flag if only CSS animations are used", - inject(function($compile, $rootScope, $animate, $sniffer, $timeout) { - - if (!$sniffer.animations) return; - - ss.addRule('.sleek-animation.ng-enter', '-webkit-animation: my_animation 2s linear;' + - 'animation: my_animation 2s linear'); - - ss.addRule('.trans.ng-enter', '-webkit-transition:1s linear all;' + - 'transition:1s linear all'); - - var propertyKey = ($sniffer.vendorPrefix == 'Webkit' ? '-webkit-' : '') + 'transition-property'; - - var element = html($compile('