diff --git a/packages/platform-browser/animations/test/BUILD.bazel b/packages/platform-browser/animations/test/BUILD.bazel index d183608e45..f14e31e55a 100644 --- a/packages/platform-browser/animations/test/BUILD.bazel +++ b/packages/platform-browser/animations/test/BUILD.bazel @@ -39,37 +39,6 @@ jasmine_node_test( karma_web_test_suite( name = "test_web", - tags = [ - # FIXME: fix on saucelabs - # IE 10.0.0 (Windows 8.0.0) AnimationRenderer should support nested animation triggers FAILED - # TypeError: Unable to get property 'length' of undefined or null reference - # error properties: Object({ number: -2146823281 }) - # at - # IE 10.0.0 (Windows 8.0.0) AnimationRenderer should hook into the engine's setProperty call if the property begins with `@` FAILED - # TypeError: Unable to get property 'setProperty' of undefined or null reference - # error properties: Object({ number: -2146823281 }) - # at - # IE 10.0.0 (Windows 8.0.0) AnimationRenderer should hook into the engine's insert operations when removing children FAILED - # TypeError: Unable to get property 'onRemove' of undefined or null reference - # error properties: Object({ number: -2146823281 }) - # at - # IE 10.0.0 (Windows 8.0.0) AnimationRenderer should hook into the engine's insert operations when inserting a child before another FAILED - # TypeError: Unable to get property 'onInsert' of undefined or null reference - # error properties: Object({ number: -2146823281 }) - # at - # IE 10.0.0 (Windows 8.0.0) AnimationRenderer should hook into the engine's insert operations when appending children FAILED - # TypeError: Unable to get property 'onInsert' of undefined or null reference - # error properties: Object({ number: -2146823281 }) - # at - # IE 10.0.0 (Windows 8.0.0) AnimationRenderer listen should hook into the engine's listen call if the property begins with `@` FAILED - # TypeError: Unable to get property 'listen' of undefined or null reference - # error properties: Object({ number: -2146823281 }) - # at - # IE 10.0.0 (Windows 8.0.0) AnimationRenderer listen should resolve the body|document|window nodes given their values as strings as input FAILED - # Error: Unable to listen on the animation trigger event "event" because the animation trigger "" doesn't exist! - # at - "fixme-saucelabs-ivy", - ], deps = [ ":test_lib", ], diff --git a/packages/platform-browser/test/browser_util_spec.ts b/packages/platform-browser/test/browser_util_spec.ts index 279d6369eb..438b00c973 100644 --- a/packages/platform-browser/test/browser_util_spec.ts +++ b/packages/platform-browser/test/browser_util_spec.ts @@ -51,32 +51,6 @@ import {BrowserDetection} from '../testing/src/browser_util'; isChromeDesktop: false, isOldChrome: false }, - { - name: 'IE9', - ua: 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; SLCC2; .NET CLR 2.0.50727)', - isFirefox: false, - isAndroid: false, - isEdge: false, - isIE: true, - isWebkit: false, - isIOS7: false, - isSlow: true, - isChromeDesktop: false, - isOldChrome: false - }, - { - name: 'IE10', - ua: 'Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0; .NET4.0E; .NET4.0C)', - isFirefox: false, - isAndroid: false, - isEdge: false, - isIE: true, - isWebkit: false, - isIOS7: false, - isSlow: true, - isChromeDesktop: false, - isOldChrome: false - }, { name: 'IE11', ua: 'Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; .NET4.0E; .NET4.0C; rv:11.0) like Gecko',