From 9c0225512c63ebfc37e6408cc155d9da1fe682c9 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Tue, 26 Oct 2010 15:35:58 -0700 Subject: fixes IE related failures, and form submit event handling in ie --- test/directivesSpec.js | 2 +- test/manual.html | 97 ++++++++++++++++++++++++-------------- test/scenario/ApplicationSpec.js | 2 +- test/scenario/dslSpec.js | 2 +- test/scenario/output/HtmlSpec.js | 4 +- test/scenario/output/jsonSpec.js | 10 ++-- test/scenario/output/objectSpec.js | 8 ++-- test/scenario/output/xmlSpec.js | 12 ++--- 8 files changed, 82 insertions(+), 55 deletions(-) (limited to 'test') diff --git a/test/directivesSpec.js b/test/directivesSpec.js index 34dcbf8d..fa2abd46 100644 --- a/test/directivesSpec.js +++ b/test/directivesSpec.js @@ -206,7 +206,7 @@ describe("directives", function(){ describe('ng:submit', function() { it('should get called on form submit', function() { var scope = compile('
'); scope.$eval(); expect(scope.submitted).not.toBeDefined(); diff --git a/test/manual.html b/test/manual.html index 3b1886f3..dc491399 100644 --- a/test/manual.html +++ b/test/manual.html @@ -39,56 +39,80 @@ + + + + + + + @@ -96,7 +120,10 @@ describe('manual', function(){