Skip to content

Commit 5209dd7

Browse files
committed
Set back the offset test name to fix offset tests; iframe retrieval is based on test names
1 parent 2053d1c commit 5209dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/offset.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ test("disconnected node", function() {
1111

1212
var supportsScroll = false;
1313

14-
testoffset("absolute (in iframe)", function($, iframe) {
14+
testoffset("absolute", function($, iframe) {
1515
expect(4);
1616

1717
var doc = iframe.document, tests;

0 commit comments

Comments
 (0)