aboutsummaryrefslogtreecommitdiffstats
path: root/tests
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
parente1fab2ce61aca0f3cdd40151a24dc8aba760f4ec (diff)
downloadjquery-ui-a098aeeb75cd6d56650ce3088891225e53e1cd6e.tar.gz
jquery-ui-a098aeeb75cd6d56650ce3088891225e53e1cd6e.zip
tests: removed background image from slider unit tests
Diffstat (limited to 'tests')
-rw-r--r--tests/all.html4
-rw-r--r--tests/slider.html4
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/all.html b/tests/all.html
index 989b3b880..f12089682 100644
--- a/tests/all.html
+++ b/tests/all.html
@@ -72,8 +72,8 @@
<div id="draggable2" style="background: green; width: 200px; height: 100px; position: absolute; top: 10px; left: 10px;"><span>Absolute</span></div>
<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 id="list1">
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>