]> source.dussan.org Git - jquery.git/commitdiff
Set back the offset test name to fix offset tests; iframe retrieval is based on test...
authortimmywil <timmywillisn@gmail.com>
Wed, 17 Aug 2011 20:08:44 +0000 (16:08 -0400)
committertimmywil <timmywillisn@gmail.com>
Wed, 17 Aug 2011 20:08:44 +0000 (16:08 -0400)
test/unit/offset.js

index ea9d8de50966b9b0b10c6e8c62e1ee1a0b512794..79a0f36065f7a067e19fad044cd62e0f01aee58d 100644 (file)
@@ -11,7 +11,7 @@ test("disconnected node", function() {
 
 var supportsScroll = false;
 
-testoffset("absolute (in iframe)", function($, iframe) {
+testoffset("absolute", function($, iframe) {
        expect(4);
 
        var doc = iframe.document, tests;