aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/offset.js
diff options
context:
space:
mode:
authortimmywil <timmywillisn@gmail.com>2011-08-17 16:08:44 -0400
committertimmywil <timmywillisn@gmail.com>2011-08-17 16:08:44 -0400
commit5209dd75a0be7dfdd53684b43ff6d88dfeb45391 (patch)
treeac7f525832c17b688f5ddfd0683e9555d9eb4aef /test/unit/offset.js
parent2053d1c621e8ef65b79d6b339d7336c732ed1b82 (diff)
downloadjquery-5209dd75a0be7dfdd53684b43ff6d88dfeb45391.tar.gz
jquery-5209dd75a0be7dfdd53684b43ff6d88dfeb45391.zip
Set back the offset test name to fix offset tests; iframe retrieval is based on test names
Diffstat (limited to 'test/unit/offset.js')
-rw-r--r--test/unit/offset.js2
1 files changed, 1 insertions, 1 deletions
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;