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
1 changed files with 1 additions and 1 deletions
2
test/unit/effects.js
vendored
2
test/unit/effects.js
vendored
|
@ -392,7 +392,7 @@ jQuery.each( {
|
||||||
return prop == "opacity" ? 1 : "";
|
return prop == "opacity" ? 1 : "";
|
||||||
},
|
},
|
||||||
"JS Auto": function(elem,prop){
|
"JS Auto": function(elem,prop){
|
||||||
jQuery(elem).css(prop,"auto")
|
jQuery(elem).css(prop,"")
|
||||||
.text("This is a long string of text.");
|
.text("This is a long string of text.");
|
||||||
return prop == "opacity" ? 1 : "";
|
return prop == "opacity" ? 1 : "";
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue