diff options
author | TJ VanToll <tj.vantoll@gmail.com> | 2015-04-05 11:46:50 -0400 |
---|---|---|
committer | TJ VanToll <tj.vantoll@gmail.com> | 2015-04-05 11:46:50 -0400 |
commit | 65f4feb70b75fb7e086e8c9ddc238f97d825c2f9 (patch) | |
tree | 659f4e14c49e681dd33addf98e07686fbd2ce132 /tests | |
parent | 98d9bb9b3e098217bb93a06d7dbc3650d329a5bb (diff) | |
download | jquery-ui-65f4feb70b75fb7e086e8c9ddc238f97d825c2f9.tar.gz jquery-ui-65f4feb70b75fb7e086e8c9ddc238f97d825c2f9.zip |
Tests: Add slider visual test to the index page
Diffstat (limited to 'tests')
-rw-r--r-- | tests/visual/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/visual/index.html b/tests/visual/index.html index 0c9b14da8..4979921a4 100644 --- a/tests/visual/index.html +++ b/tests/visual/index.html @@ -69,6 +69,11 @@ <li><a href="selectmenu/selectmenu.html">General</a></li> </ul> + <h2>Slider</h2> + <ul> + <li><a href="slider/range_slider.html">Range slider</a></li> + </ul> + <h2>Tooltip</h2> <ul> <li><a href="tooltip/tooltip.html">General</a></li> |