Set back the offset test name to fix offset tests; iframe retrieval is based on test names

This commit is contained in:
timmywil
2011-08-17 16:08:44 -04:00
parent 2053d1c621
commit 5209dd75a0

View File

@@ -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;