mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
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:
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 : "";
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user