diff options
Diffstat (limited to 'tests/static/slider.html')
-rw-r--r-- | tests/static/slider.html | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/static/slider.html b/tests/static/slider.html index ef3479405..aaad7c491 100644 --- a/tests/static/slider.html +++ b/tests/static/slider.html @@ -11,23 +11,18 @@ </head> <body style="font-size: 62.5%;"> - <div class="ui-slider ui-widget ui-widget-content ui-corner-all"> <a href="#" class="ui-slider-handle ui-state-default ui-corner-all" style="left: 15%;"></a> <a href="#" class="ui-slider-handle ui-state-default ui-corner-all" style="left: 30%;"></a> <div class="ui-slider-range ui-state-default" style="left: 15%; width: 15%;"></div> </div> - - <!-- vertical --> - - +<!-- vertical --> <div class="ui-slider ui-slider-vertical ui-widget ui-widget-content ui-corner-all" style="height: 100px;"> <a href="#" class="ui-slider-handle ui-state-default ui-corner-all" style="top: 15%;"></a> <a href="#" class="ui-slider-handle ui-state-default ui-corner-all" style="top: 60%;"></a> <div class="ui-slider-range ui-state-default" style="top: 15%; height: 45%;"></div> </div> - </body> </html> |