Sign in
webkit
/
WebKit
/
9d6ba2cf6c064d9cb1890583985a07452f7befa6
/
.
/
LayoutTests
/
fast
/
css
/
accent-color
/
range.html
blob: c94211ab2c54020648ae1edaf227e2b3cdcaa7ef [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<p>
Test that accent-color customizes the appearance of range inputs.
</p>
<input
type
=
"range"
value
=
"50"
style
=
"
accent-color
:
red
;
"
>
</body>
</html>