mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00: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:
parent
a0cbf60192
commit
e092b64195
@ -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" ) {
|
||||
|
Loading…
Reference in New Issue
Block a user