mirror of
https://github.com/jquery/jquery.git
synced 2026-01-24 10:38:02 -05:00
Add back the background: none setting to avoid any possible crashes in IE from the support testElement. Fixes #9823.
This commit is contained in:
@@ -146,7 +146,8 @@ jQuery.support = (function() {
|
||||
width: 0,
|
||||
height: 0,
|
||||
border: 0,
|
||||
margin: 0
|
||||
margin: 0,
|
||||
background: "none"
|
||||
};
|
||||
if ( body ) {
|
||||
jQuery.extend( testElementStyle, {
|
||||
|
||||
Reference in New Issue
Block a user