diff --git a/test/unit/support.js b/test/unit/support.js index 0ca0fa05d..05ac16ac5 100644 --- a/test/unit/support.js +++ b/test/unit/support.js @@ -248,7 +248,7 @@ testIframeWithCallback( "A background on the testElement does not cause IE8 to c if ( expected ) { test("Verify that the support tests resolve as expected per browser", function() { - expect( jQuery(expected).size() ); + expect( 30 ); for ( var i in expected ) { if ( jQuery.ajax || i !== "ajax" && i !== "cors" ) {