diff options
author | timmywil <timmywillisn@gmail.com> | 2011-08-17 16:08:44 -0400 |
---|---|---|
committer | timmywil <timmywillisn@gmail.com> | 2011-08-17 16:08:44 -0400 |
commit | 5209dd75a0be7dfdd53684b43ff6d88dfeb45391 (patch) | |
tree | ac7f525832c17b688f5ddfd0683e9555d9eb4aef /test/unit/offset.js | |
parent | 2053d1c621e8ef65b79d6b339d7336c732ed1b82 (diff) | |
download | jquery-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.js | 2 |
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; |