mirror of
https://github.com/jquery/jquery.git
synced 2026-01-23 23:18:02 -05:00
Set back the offset test name to fix offset tests; iframe retrieval is based on test names
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user