mirror of
https://github.com/jquery/jquery.git
synced 2026-02-04 04:35:03 -05:00
Fixes #11635, Explicit overflow:auto is overridden by inline overflow:hidden during animation, closes gh-981
This commit is contained in:
committed by
Mike Sherov
parent
69ce829dfe
commit
861476eb3f
@@ -38,6 +38,11 @@ testIframeWithCallback( "A background on the testElement does not cause IE8 to c
|
||||
ok( true, "IE8 does not crash" );
|
||||
});
|
||||
|
||||
testIframeWithCallback( "box-sizing does not affect jQuery.support.shrinkWrapBlocks", "support/shrinkWrapBlocks.html", function( shrinkWrapBlocks ) {
|
||||
expect( 1 );
|
||||
strictEqual( shrinkWrapBlocks, jQuery.support.shrinkWrapBlocks, "jQuery.support.shrinkWrapBlocks properties are the same" );
|
||||
});
|
||||
|
||||
(function() {
|
||||
|
||||
var userAgent = window.navigator.userAgent,
|
||||
|
||||
Reference in New Issue
Block a user