From: jeresig Date: Thu, 23 Sep 2010 03:28:57 +0000 (-0400) Subject: e3463946e19f2eb53d909fc2b59cc1c8636d21bd actually fixed a previously undicovered... X-Git-Url: http://git.asbjorn.it/?a=commitdiff_plain;h=6a1d4f1a80e09e3857f25bb6eb7b190a3a9a4de0;p=jquery.git e3463946e19f2eb53d909fc2b59cc1c8636d21bd actually fixed a previously undicovered but with setting auto, adjust the effects test suite accordingly. Thanks to @bugbegone for the catch. --- diff --git a/test/unit/effects.js b/test/unit/effects.js index f82c4b1..cc6d365 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 : ""; },