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