Updated the jQuery suite to use the updated QUnit CSS styling.

This commit is contained in:
John Resig 2009-09-29 22:48:25 +00:00
parent 3b5de9df40
commit 805832afc7
3 changed files with 6 additions and 6 deletions

View file

@ -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." );