From 4fc409193eb7ab3807cdece5bef09bbb96b7159b Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Fri, 6 Jun 2008 01:39:23 +0000 Subject: [PATCH] fixed failing test 7 in IE --- ui/tests/resizable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5