mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-01-30 12:17:59 -05:00
fixed failing test 7 in IE
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user