aboutsummaryrefslogtreecommitdiffstats
path: root/tests/visual/draggable/draggable_option_handle_selector.html
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2009-02-07 14:27:27 +0000
committerRichard Worth <rdworth@gmail.com>2009-02-07 14:27:27 +0000
commitfb7f7fc393c2544f87395200578bee7895d49c71 (patch)
tree1e4038ba4cf099ca5ac02f4ec7ffde1eb9fc335a /tests/visual/draggable/draggable_option_handle_selector.html
parentb3702cf1a124a90ecd848e01cbfacf7a9e73b12b (diff)
downloadjquery-ui-fb7f7fc393c2544f87395200578bee7895d49c71.tar.gz
jquery-ui-fb7f7fc393c2544f87395200578bee7895d49c71.zip
draggable unit tests: added option iframeFix tests
Diffstat (limited to 'tests/visual/draggable/draggable_option_handle_selector.html')
-rw-r--r--tests/visual/draggable/draggable_option_handle_selector.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/visual/draggable/draggable_option_handle_selector.html b/tests/visual/draggable/draggable_option_handle_selector.html
index 7548f1e7f..c62b0225c 100644
--- a/tests/visual/draggable/draggable_option_handle_selector.html
+++ b/tests/visual/draggable/draggable_option_handle_selector.html
@@ -9,7 +9,6 @@
<script type="text/javascript" src="../../../ui/ui.draggable.js"></script>
<script type="text/javascript">
$(function() {
- $("#draggable").css({ width: 100, height: 100, background: '#abc' });
$("#draggable").draggable({
handle: ".handle"
});