chromium/third_party/blink/web_tests/external/wpt/css/css-pseudo/slider/slider-fill-001-notref.html

<!doctype html>
<title>::slider-fill reference</title>
<style>
  input { appearance: none }
  ::slider-fill {
    background: blue;
  }
</style>
<input type=range>