mirror of
https://github.com/jquery/jquery.git
synced 2026-01-24 21:48:00 -05:00
Made the div showing a little more explicit - making sure that it doesn't affect the fx tests.
This commit is contained in:
@@ -1523,7 +1523,7 @@ test("prev([String])", function() {
|
||||
|
||||
test("show()", function() {
|
||||
expect(15);
|
||||
var pass = true, div = jQuery("div");
|
||||
var pass = true, div = jQuery("#main div");
|
||||
div.show().each(function(){
|
||||
if ( this.style.display == "none" ) pass = false;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user