From 5209dd75a0be7dfdd53684b43ff6d88dfeb45391 Mon Sep 17 00:00:00 2001 From: timmywil Date: Wed, 17 Aug 2011 16:08:44 -0400 Subject: [PATCH] Set back the offset test name to fix offset tests; iframe retrieval is based on test names --- test/unit/offset.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/offset.js b/test/unit/offset.js index ea9d8de50..79a0f3606 100644 --- a/test/unit/offset.js +++ b/test/unit/offset.js @@ -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; -- 2.39.5