aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Lundgren <eduardolundgren@gmail.com>2008-05-31 17:57:50 +0000
committerEduardo Lundgren <eduardolundgren@gmail.com>2008-05-31 17:57:50 +0000
commit29e742f4b613cf5dab195107f5c32e04d735f303 (patch)
tree2328f147443222c79df5abf08dd1b8aa81566712
parent85eda5f837904b6c3afd7959ba24ee6725458cfc (diff)
downloadjquery-ui-29e742f4b613cf5dab195107f5c32e04d735f303.tar.gz
jquery-ui-29e742f4b613cf5dab195107f5c32e04d735f303.zip
-rw-r--r--ui/tests/resizable.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/ui/tests/resizable.js b/ui/tests/resizable.js
index bb361ad9e..8f4267ff0 100644
--- a/ui/tests/resizable.js
+++ b/ui/tests/resizable.js
@@ -287,7 +287,7 @@ $(document).ready(function() {
});
- test("ui-resizable-n resize s", function() {
+ test("ui-resizable-s resize y", function() {
var handle = '.ui-resizable-s', target = $('#resizable1').resizable({ aspectRatio: 'preserve', handles: 'all', minWidth: 70, minHeight: 50, maxWidth: 150, maxHeight: 130 });
@@ -305,7 +305,7 @@ $(document).ready(function() {
});
- test("ui-resizable-n resize se", function() {
+ test("ui-resizable-se resize xy", function() {
var handle = '.ui-resizable-se', target = $('#resizable1').resizable({ aspectRatio: 'preserve', handles: 'all', minWidth: 70, minHeight: 50, maxWidth: 150, maxHeight: 130 });
@@ -323,7 +323,7 @@ $(document).ready(function() {
});
- test("ui-resizable-n resize sw", function() {
+ test("ui-resizable-sw resize xy", function() {
var handle = '.ui-resizable-sw', target = $('#resizable1').resizable({ aspectRatio: 'preserve', handles: 'all', minWidth: 70, minHeight: 50, maxWidth: 150, maxHeight: 130 });
@@ -341,7 +341,7 @@ $(document).ready(function() {
});
- test("ui-resizable-n resize ne", function() {
+ test("ui-resizable-ne resize xy", function() {
var handle = '.ui-resizable-ne', target = $('#resizable1').resizable({ aspectRatio: 'preserve', handles: 'all', minWidth: 70, minHeight: 50, maxWidth: 150, maxHeight: 130 });
@@ -359,7 +359,7 @@ $(document).ready(function() {
});
- test("ui-resizable-n resize nw", function() {
+ test("ui-resizable-nw resize xy", function() {
var handle = '.ui-resizable-nw', target = $('#resizable1').resizable({ aspectRatio: 'preserve', handles: 'all', minWidth: 70, minHeight: 50, maxWidth: 150, maxHeight: 130 });