e3463946e1
actually fixed a previously undicovered but with setting auto, adjust the effects test suite accordingly. Thanks to @bugbegone for the catch.
This commit is contained in:
parent
a7aa86d0b1
commit
6a1d4f1a80
2
test/unit/effects.js
vendored
2
test/unit/effects.js
vendored
|
@ -392,7 +392,7 @@ jQuery.each( {
|
|||
return prop == "opacity" ? 1 : "";
|
||||
},
|
||||
"JS Auto": function(elem,prop){
|
||||
jQuery(elem).css(prop,"auto")
|
||||
jQuery(elem).css(prop,"")
|
||||
.text("This is a long string of text.");
|
||||
return prop == "opacity" ? 1 : "";
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue