You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
equals(jQuery(this).css("display"),jQuery.support.inlineBlockNeedsLayout ? "inline" : "inline-block","inline-block was set on non-floated inline element when animating width/height");
133
-
equals(this.offsetWidth,42,"width was animated");
134
-
equals(this.offsetHeight,42,"height was animated");
equals(jQuery(this).css("display"),jQuery.support.inlineBlockNeedsLayout ? "inline" : "inline-block","inline-block was set on non-floated inline element when animating width/height");
141
+
equals(this.offsetWidth,42,"width was animated");
142
+
equals(this.offsetHeight,42,"height was animated");
0 commit comments