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() {
147
147
width : 0 ,
148
148
height : 0 ,
149
149
border : 0 ,
150
- margin : 0 ,
151
- // Set background to avoid IE crashes when removing (#9028)
152
- background : "none"
150
+ margin : 0
153
151
} ;
154
152
if ( body ) {
155
153
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; }
117
117
tt { display : none; }
118
118
sup { display : none; }
119
119
dfn { 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