aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/droppable/droppable.html
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2010-02-25 11:09:39 +0000
committerRichard Worth <rdworth@gmail.com>2010-02-25 11:09:39 +0000
commit9483dcdbe61f33e2cc5ea0c56297f254a82990b8 (patch)
tree66016c8591af13a8010f3517e7350c153f2887cd /tests/unit/droppable/droppable.html
parent1fd3e6bd0b2bbb06cb4135506e039aad84d15d62 (diff)
downloadjquery-ui-9483dcdbe61f33e2cc5ea0c56297f254a82990b8.tar.gz
jquery-ui-9483dcdbe61f33e2cc5ea0c56297f254a82990b8.zip
Externals: updated QUnit to http://github.com/jquery/qunit commit 67ba5a338d836014c24345dc218ab3c9bb63b06e
The various updates to the unit test suites introduced 0 regressions due to update of QUnit, however the addition of jquery.ui.dialog.css to the dialog test suite did introduce one regression, to the dialog option height tests. Also removed some old crufty woefully incomplete unused and rotted test harnesses.
Diffstat (limited to 'tests/unit/droppable/droppable.html')
-rw-r--r--tests/unit/droppable/droppable.html14
1 files changed, 10 insertions, 4 deletions
diff --git a/tests/unit/droppable/droppable.html b/tests/unit/droppable/droppable.html
index 42bfa4899..d47229650 100644
--- a/tests/unit/droppable/droppable.html
+++ b/tests/unit/droppable/droppable.html
@@ -10,11 +10,11 @@
<script type="text/javascript" src="../../../ui/jquery.ui.draggable.js"></script>
<script type="text/javascript" src="../../../ui/jquery.ui.droppable.js"></script>
- <link type="text/css" href="../testsuite.css" rel="stylesheet" />
- <script type="text/javascript" src="../../../external/testrunner-r6588.js"></script>
+ <link rel="stylesheet" href="../../../external/qunit.css" type="text/css"/>
+ <script type="text/javascript" src="../../../external/qunit.js"></script>
<script type="text/javascript" src="../../jquery.simulate.js"></script>
<script type="text/javascript" src="../testsuite.js"></script>
-
+
<script type="text/javascript" src="droppable_core.js"></script>
<script type="text/javascript" src="droppable_defaults.js"></script>
<script type="text/javascript" src="droppable_events.js"></script>
@@ -24,7 +24,13 @@
</head>
<body>
-<div id="main">
+<h1 id="qunit-header">jQuery UI Droppable Test Suite</h1>
+<h2 id="qunit-banner"></h2>
+<h2 id="qunit-userAgent"></h2>
+<ol id="qunit-tests">
+</ol>
+
+<div id="main" style="position: absolute; top: -10000px; left: -10000px;">
<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>