diff --git a/test/ng/sceSpecs.js b/test/ng/sceSpecs.js index 7a309f9513d2..6a4afd6fd0af 100644 --- a/test/ng/sceSpecs.js +++ b/test/ng/sceSpecs.js @@ -2,6 +2,11 @@ describe('SCE', function() { + iit('CKCK: IE8 TypeError', function() { + module(function() { throw "CKCK: foo"; }); + expect(function() { inject(angular.nop); }).toThrow('CKCK: foo'); + }); + describe('when disabled', function() { beforeEach(function() { module(function($sceProvider) {