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:
jeresig 2010-09-22 23:28:57 -04:00
parent a7aa86d0b1
commit 6a1d4f1a80

View file

@ -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 : "";
},