Sign in
webkit
/
WebKit
/
23a6794cb84b9b002664f74df90c353b5e5e681b
/
.
/
LayoutTests
/
fast
/
css
/
accent-color
/
date.html
blob: 92a85ba9f1bf2a6b60879538a5d7a00ed9496297 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<p>
Test that accent-color customizes the appearance of date inputs.
</p>
<input
type
=
"date"
value
=
"2021-10-14"
style
=
"
accent-color
:
red
;
"
>
</body>
</html>