Skip to content

Commit

Permalink
fixed failing test 7 in IE
Browse files Browse the repository at this point in the history
  • Loading branch information
rdworth committed Jun 6, 2008
1 parent 7e181d9 commit 4fc4091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/tests/resizable.js
Expand Up @@ -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);

Expand Down

0 comments on commit 4fc4091

Please sign in to comment.