Renames duplicate named test block. Fixes #9912

This commit is contained in:
Rick Waldron 2011-07-26 11:52:01 -04:00
parent 27291ff06d
commit 06c41e09bd

View File

@ -11,7 +11,7 @@ test("disconnected node", function() {
var supportsScroll = false; var supportsScroll = false;
testoffset("absolute"/* in iframe */, function($, iframe) { testoffset("absolute (in iframe)", function($, iframe) {
expect(4); expect(4);
var doc = iframe.document, tests; var doc = iframe.document, tests;