aboutsummaryrefslogtreecommitdiffstats
path: root/tests/visual/slider/range_slider.html
Commit message (Collapse)AuthorAgeFilesLines
* Build: Update to the latest version of Grunt & many other packagesMicah Miller2020-10-141-2/+2
| | | | | | | | JSHint, JSCS & QUnit-related packages are not updated as they need more code adjustments. Fixes #15112 Closes gh-1882
* Tests: Use demo bootstrap for visual testsJörn Zaefferer2015-09-301-22/+17
| | | | | | Adds a data-composite option and fixes paths for effects. Otherwise just applies the same conversion as already applied to demos, sometimes moving a <style> element to the right place.
* Slider: Fix handle order when setting values of range slider to maxAblay Keldibek2015-03-181-0/+47
When both values are set to the maximum change them in descending order Fixes #9046 Closes gh-1502