Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/DOMParser-interface
/
.
/
css
/
css-pseudo
/
slider
/
slider-fill-001-notref.html
blob: 79f28ad95bff3b9c6e205e9b1c0a4bfb98ac930e [
file
] [
log
] [
blame
] [
edit
]
<!doctype html>
<title>
::slider-fill reference
</title>
<style>
input
{
appearance
:
none
}
::
slider-fill
{
background
:
blue
;
}
</style>
<input
type
=
range
>