From 5c4a9cc001fcd803efa65ff95571c72cbdafbe69 Mon Sep 17 00:00:00 2001 From: timmywil Date: Thu, 4 Aug 2011 18:41:34 -0400 Subject: [PATCH] Add back the background: none setting to avoid any possible crashes in IE from the support testElement. Fixes #9823. --- src/support.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/support.js b/src/support.js index ec639348c..2784cf90b 100644 --- a/src/support.js +++ b/src/support.js @@ -146,7 +146,8 @@ jQuery.support = (function() { width: 0, height: 0, border: 0, - margin: 0 + margin: 0, + background: "none" }; if ( body ) { jQuery.extend( testElementStyle, {