Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
refs/heads/file-selector-button-button-element
/
.
/
css
/
css-pseudo
/
slider
/
slider-thumb-001-notref.html
blob: 5dc009d301882fde6e3a549159de9ca25a401324 [
file
] [
log
] [
blame
] [
edit
]
<!doctype html>
<title>
::slider-thumb reference
</title>
<style>
input
{
appearance
:
none
}
::
slider-thumb
{
background
:
blue
;
}
</style>
<input
type
=
range
>