aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/droppable
diff options
context:
space:
mode:
authorjzaefferer <joern.zaefferer@gmail.com>2011-02-23 12:46:13 +0100
committerjzaefferer <joern.zaefferer@gmail.com>2011-02-23 12:46:13 +0100
commitc37637ee99ed737d2f81b58cb4d307fc01791319 (patch)
treeef0ca72285f5a51a0ae83b471358a684bf420502 /tests/unit/droppable
parent6597d3eafb6b51fa064442af5f3c48a5d660b09b (diff)
downloadjquery-ui-c37637ee99ed737d2f81b58cb4d307fc01791319.tar.gz
jquery-ui-c37637ee99ed737d2f81b58cb4d307fc01791319.zip
Use #qunit-fixture instead of deprecated #main. Fixes #7031 - Tests use
Diffstat (limited to 'tests/unit/droppable')
-rw-r--r--tests/unit/droppable/droppable.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/droppable/droppable.html b/tests/unit/droppable/droppable.html
index 2ae6e1b07..0092647ce 100644
--- a/tests/unit/droppable/droppable.html
+++ b/tests/unit/droppable/droppable.html
@@ -44,7 +44,7 @@
<ol id="qunit-tests">
</ol>
-<div id="main" style="position: absolute; top: -10000px; left: -10000px;">
+<div id="qunit-fixture">
<div id="draggable1" style="width: 25px; height: 25px;">Draggable</div>
<div id="droppable1" style="width: 100px; height: 100px;">Droppable</div>
<div style='width:1000px;height:1000px;'>&nbsp;</div>