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.html10
1 files changed, 7 insertions, 3 deletions
diff --git a/ui/tests/resizable.html b/ui/tests/resizable.html
index d1de7ccad..9dfc40607 100644
--- a/ui/tests/resizable.html
+++ b/ui/tests/resizable.html
@@ -15,14 +15,18 @@
<script type="text/javascript" src="jquery.useraction.js"></script>
</head>
-<!-- <style>
- .ui-fake-cursor {
+<style>
+ /*.ui-fake-cursor {
position: absolute;
background: url(cursors/win/auto.png);
height: 32px; width: 32px;
top: 270px; left: 0px;
+ }*/
+ #main {
+ position:absolute;
+ top: -1000px; left: -1000px;
}
-</style> -->
+</style>
<body>