diff --git a/test/unit/effects.js b/test/unit/effects.js index f82c4b17..cc6d3651 100644 --- a/test/unit/effects.js +++ b/test/unit/effects.js @@ -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 : ""; },