aboutsummaryrefslogtreecommitdiffstats
path: root/ui/tests
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2008-06-06 01:39:23 +0000
committerRichard Worth <rdworth@gmail.com>2008-06-06 01:39:23 +0000
commit4fc409193eb7ab3807cdece5bef09bbb96b7159b (patch)
treecdedce640f038d9abbe842a74112f51e0160d307 /ui/tests
parent7e181d93ca35fbcb7d29a365ce37c46211b17986 (diff)
downloadjquery-ui-4fc409193eb7ab3807cdece5bef09bbb96b7159b.tar.gz
jquery-ui-4fc409193eb7ab3807cdece5bef09bbb96b7159b.zip
fixed failing test 7 in IE
Diffstat (limited to 'ui/tests')
-rw-r--r--ui/tests/resizable.js2
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);