aboutsummaryrefslogtreecommitdiffstats
path: root/tests/slider.html
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2008-11-12 03:03:12 +0000
committerRichard Worth <rdworth@gmail.com>2008-11-12 03:03:12 +0000
commita098aeeb75cd6d56650ce3088891225e53e1cd6e (patch)
treea13ed53d506b5c2b03d68ae09da9ba1d08244ad5 /tests/slider.html
parente1fab2ce61aca0f3cdd40151a24dc8aba760f4ec (diff)
downloadjquery-ui-a098aeeb75cd6d56650ce3088891225e53e1cd6e.tar.gz
jquery-ui-a098aeeb75cd6d56650ce3088891225e53e1cd6e.zip
tests: removed background image from slider unit tests
Diffstat (limited to 'tests/slider.html')
-rw-r--r--tests/slider.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/slider.html b/tests/slider.html
index 9fcfb09c6..55355ac28 100644
--- a/tests/slider.html
+++ b/tests/slider.html
@@ -33,8 +33,8 @@
<div id="main" style="position:absolute;top:-20000px">
<div id="slider1"></div>
- <div id="slider3" style="position: relative; margin: 40px; width: 217px; height: 28px; background: url(http://developer.yahoo.com/yui/examples/slider/assets/bg-fader.gif) no-repeat scroll 5px 0px;">
- <div class="ui-slider-handle" style="position: absolute; height: 21px; left: 0px; bottom: 0px; width: 17px; background-image: url(http://developer.yahoo.com/yui/examples/slider/assets/thumb-n.gif);"></div>
+ <div id="slider3" style="position: relative; margin: 40px; width: 217px; height: 28px;">
+ <div class="ui-slider-handle" style="position: absolute; height: 21px; left: 0px; bottom: 0px; width: 17px;"></div>
</div>
</div>