aboutsummaryrefslogtreecommitdiffstats
path: root/tests/static/slider.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/static/slider.html')
-rw-r--r--tests/static/slider.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/static/slider.html b/tests/static/slider.html
index aaad7c491..d38dad77e 100644
--- a/tests/static/slider.html
+++ b/tests/static/slider.html
@@ -11,13 +11,14 @@
</head>
<body style="font-size: 62.5%;">
+<!-- Slider: horizontal -->
<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 -->
+<!-- Slider: 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>