Sign in
webkit
/
WebKit
/
9d6ba2cf6c064d9cb1890583985a07452f7befa6
/
.
/
LayoutTests
/
fast
/
css
/
accent-color
/
date-expected-mismatch.html
blob: bd94f3e725c5bdca839481964ac7da1328f7d4b0 [
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
:
blue
;
"
>
</body>
</html>