diff options
author | Richard Worth <rdworth@gmail.com> | 2008-11-12 03:03:12 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-11-12 03:03:12 +0000 |
commit | a098aeeb75cd6d56650ce3088891225e53e1cd6e (patch) | |
tree | a13ed53d506b5c2b03d68ae09da9ba1d08244ad5 /tests/all.html | |
parent | e1fab2ce61aca0f3cdd40151a24dc8aba760f4ec (diff) | |
download | jquery-ui-a098aeeb75cd6d56650ce3088891225e53e1cd6e.tar.gz jquery-ui-a098aeeb75cd6d56650ce3088891225e53e1cd6e.zip |
tests: removed background image from slider unit tests
Diffstat (limited to 'tests/all.html')
-rw-r--r-- | tests/all.html | 4 |
1 files changed, 2 insertions, 2 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"> |