summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-pseudo/slider/slider-thumb-001-notref.html
blob: 5dc009d301882fde6e3a549159de9ca25a401324 (plain)
1
2
3
4
5
6
7
8
9
<!doctype html>
<title>::slider-thumb reference</title>
<style>
  input { appearance: none }
  ::slider-thumb {
    background: blue;
  }
</style>
<input type=range>