fixed failing test 7 in IE

This commit is contained in:
Richard Worth 2008-06-06 01:39:23 +00:00
parent 7e181d93ca
commit 4fc409193e

View File

@ -112,7 +112,7 @@ test("ui-resizable-sw resize xy", function() {
test("ui-resizable-ne resize xy", function() {
var handle = '.ui-resizable-ne', target = $('#resizable1').resizable({ handles: 'all' });
var handle = '.ui-resizable-ne', target = $('#resizable1').css({ overflow: 'hidden' }).resizable({ handles: 'all' });
expect(4);