Updated the jQuery suite to use the updated QUnit CSS styling.
This commit is contained in:
parent
3b5de9df40
commit
805832afc7
3 changed files with 6 additions and 6 deletions
|
@ -305,7 +305,7 @@ test("offsetParent", function(){
|
|||
equals( body.length, 1, "Only one offsetParent found." );
|
||||
equals( body[0], document.body, "The body is its own offsetParent." );
|
||||
|
||||
var header = jQuery("#header").offsetParent();
|
||||
var header = jQuery("#qunit-header").offsetParent();
|
||||
equals( header.length, 1, "Only one offsetParent found." );
|
||||
equals( header[0], document.body, "The body is the offsetParent." );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue