Add back the background: none setting to avoid any possible crashes in IE from the support testElement. Fixes #9823.

This commit is contained in:
timmywil
2011-08-04 18:41:34 -04:00
parent 700c16b085
commit 5c4a9cc001

View File

@@ -146,7 +146,8 @@ jQuery.support = (function() {
width: 0,
height: 0,
border: 0,
margin: 0
margin: 0,
background: "none"
};
if ( body ) {
jQuery.extend( testElementStyle, {