File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -147,9 +147,7 @@ jQuery.support = (function() {
147147 width : 0 ,
148148 height : 0 ,
149149 border : 0 ,
150- margin : 0 ,
151- // Set background to avoid IE crashes when removing (#9028)
152- background : "none"
150+ margin : 0
153151 } ;
154152 if ( body ) {
155153 jQuery . extend ( testElementStyle , {
Original file line number Diff line number Diff line change @@ -117,3 +117,7 @@ v\:oval { behavior:url(#default#VML); display:inline-block; }
117117tt { display : none; }
118118sup { display : none; }
119119dfn { display : none; }
120+
121+ /* #9239 Attach a background to the body( avoid crashes in removing the test element in support ) */
122+ body { background : url (http://www.ctemploymentlawblog.com/test.jpg) no-repeat -1000px 0 ; }
123+
You can’t perform that action at this time.
0 commit comments