Sign in
webkit
/
WebKit
/
23a6794cb84b9b002664f74df90c353b5e5e681b
/
.
/
LayoutTests
/
fast
/
css
/
accent-color
/
radio.html
blob: 81432514a8d1c6032ae71567c062c818c634d58e [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<p>
Test that accent-color customizes the appearance of radio buttons.
</p>
<input
type
=
"radio"
style
=
"
accent-color
:
red
;
"
checked
>
</body>
</html>