mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Don't try to be dynamic, just get the damn job done. Expects = 30.
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
This commit is contained in:
@@ -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" ) {
|
||||
|
||||
Reference in New Issue
Block a user