diff options
Diffstat (limited to 'test/ng/directive/formSpec.js')
| -rw-r--r-- | test/ng/directive/formSpec.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ng/directive/formSpec.js b/test/ng/directive/formSpec.js index 2fd55f60..347d4476 100644 --- a/test/ng/directive/formSpec.js +++ b/test/ng/directive/formSpec.js @@ -228,8 +228,8 @@ describe('form', function() { // the issue in the wild, I'm not going to bother to do it // now. (i) - // IE9 is special and it doesn't fire submit event when form was destroyed - if (msie != 9) { + // IE9 and IE10 are special and don't fire submit event when form was destroyed + if (msie < 9) { expect(reloadPrevented).toBe(true); $timeout.flush(); } |
