aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2008-06-06 01:44:32 +0000
committerRichard Worth <rdworth@gmail.com>2008-06-06 01:44:32 +0000
commit9ce9243b839ec6d6df4df91fe56287c3d7da42ed (patch)
tree0e653acfc002d8eeb1c98ff32569b864be086c02
parent84a0a116ce84a59520137e074a44a40f5b3480ac (diff)
downloadjquery-ui-9ce9243b839ec6d6df4df91fe56287c3d7da42ed.tar.gz
jquery-ui-9ce9243b839ec6d6df4df91fe56287c3d7da42ed.zip
fixed failing test 11 in IE6
-rw-r--r--ui/tests/draggable.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/tests/draggable.html b/ui/tests/draggable.html
index ac0b77b6d..a70fb0df7 100644
--- a/ui/tests/draggable.html
+++ b/ui/tests/draggable.html
@@ -15,6 +15,7 @@
<script type="text/javascript" src="jquery.simulate.js"></script>
<style>
+ html { border: 0; }
#main {
position:absolute !important;
top: -1000px !important;