mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Css: Fix the "sanity check" test
The #dl element has 0 height so it's now considered hidden regardless
of its width.
(cherry-picked from 995f70777a
)
This commit is contained in:
parent
764f3643a3
commit
da84cb6b7a
2
test/unit/effects.js
vendored
2
test/unit/effects.js
vendored
@ -25,7 +25,7 @@ module("effects", {
|
||||
|
||||
test("sanity check", function() {
|
||||
expect(1);
|
||||
ok( jQuery("#dl:visible, #qunit-fixture:visible, #foo:visible").length === 3, "QUnit state is correct for testing effects" );
|
||||
equal( jQuery("#dl:visible, #qunit-fixture:visible, #foo:visible").length, 2, "QUnit state is correct for testing effects" );
|
||||
});
|
||||
|
||||
test("show() basic", 2, function() {
|
||||
|
Loading…
Reference in New Issue
Block a user