aboutsummaryrefslogtreecommitdiffstats
path: root/ui/tests/resizable.html
diff options
context:
space:
mode:
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>