diff options
-rw-r--r-- | ui/tests/resizable.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/tests/resizable.js b/ui/tests/resizable.js index 12f9c4728..c023773bc 100644 --- a/ui/tests/resizable.js +++ b/ui/tests/resizable.js @@ -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); |