aboutsummaryrefslogtreecommitdiffstats
path: root/ui/tests/resizable.html
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2008-06-04 08:47:26 +0000
committerRichard Worth <rdworth@gmail.com>2008-06-04 08:47:26 +0000
commit0b2be30492a91f7392845ee82befe16e65b061a2 (patch)
treef792779f13436e410bd5773777a1c87e6f0548cc /ui/tests/resizable.html
parent0646f774adee4ec804ac86a0355e3d7a212af097 (diff)
downloadjquery-ui-0b2be30492a91f7392845ee82befe16e65b061a2.tar.gz
jquery-ui-0b2be30492a91f7392845ee82befe16e65b061a2.zip
Added simulate "drag" method. Fixed some issues in resizable tests.
Diffstat (limited to 'ui/tests/resizable.html')
-rw-r--r--ui/tests/resizable.html13
1 files changed, 4 insertions, 9 deletions
diff --git a/ui/tests/resizable.html b/ui/tests/resizable.html
index 00c6a5352..955798293 100644
--- a/ui/tests/resizable.html
+++ b/ui/tests/resizable.html
@@ -12,18 +12,13 @@
<script type="text/javascript" src="../../qunit/testrunner.js"></script>
<script type="text/javascript" src="resizable.js"></script>
-<script type="text/javascript" src="jquery.useraction.js"></script>
+<script type="text/javascript" src="jquery.simulate.js"></script>
+
</head>
<style>
- /*.ui-fake-cursor {
- position: absolute;
- background: url(cursors/win/auto.png);
- height: 32px; width: 32px;
- top: 270px; left: 0px;
- }*/
#main {
- position:absolute !important;
+ position: absolute !important;
top: -1000px !important;
left: -1000px !important;
}
@@ -42,4 +37,4 @@
<ol id="tests"></ol>
<div class="ui-fake-cursor"/>
</body>
-</html> \ No newline at end of file
+</html>