Skip to content

Commit

Permalink
Set back the offset test name to fix offset tests; iframe retrieval i…
Browse files Browse the repository at this point in the history
…s based on test names
  • Loading branch information
timmywil committed Aug 17, 2011
1 parent 2053d1c commit 5209dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/offset.js
Expand Up @@ -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;
Expand Down

0 comments on commit 5209dd7

Please sign in to comment.