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