mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Css: Fix the "sanity check" test
The #dl element has 0 height so it's now considered hidden regardless of its width.
This commit is contained in:
parent
10399ddcf8
commit
995f70777a
2
test/unit/effects.js
vendored
2
test/unit/effects.js
vendored
@ -27,7 +27,7 @@ module("effects", {
|
|||||||
|
|
||||||
test("sanity check", function() {
|
test("sanity check", function() {
|
||||||
expect(1);
|
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() {
|
test("show() basic", 2, function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user