Fixes #11635, Explicit overflow:auto is overridden by inline overflow:hidden during animation, closes gh-981

This commit is contained in:
Mike Petrovich
2012-10-16 12:22:31 -04:00
committed by Mike Sherov
parent 69ce829dfe
commit 861476eb3f
4 changed files with 30 additions and 2 deletions

View File

@@ -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,