mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
We don't have IE9 supports grid yet, completely didn't see this while refactoring.
This commit is contained in:
parent
60e7adb3f4
commit
eb7a7af46a
@ -245,13 +245,15 @@ testIframeWithCallback( "A background on the testElement does not cause IE8 to c
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
test("Verify that the support tests resolve as expected per browser", function() {
|
if ( expected ) {
|
||||||
for ( var i in expected ) {
|
test("Verify that the support tests resolve as expected per browser", function() {
|
||||||
if ( jQuery.isAjax || i !== "ajax" && i !== "cors" ) {
|
for ( var i in expected ) {
|
||||||
equal( jQuery.support[i], expected[i], "jQuery.support['" + i + "']: " + jQuery.support[i] + ", expected['" + i + "']: " + expected[i]);
|
if ( jQuery.ajax || i !== "ajax" && i !== "cors" ) {
|
||||||
|
equal( jQuery.support[i], expected[i], "jQuery.support['" + i + "']: " + jQuery.support[i] + ", expected['" + i + "']: " + expected[i]);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
});
|
||||||
});
|
}
|
||||||
|
|
||||||
})();
|
})();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user