Sign in
webkit
/
WebKit
/
23a6794cb84b9b002664f74df90c353b5e5e681b
/
.
/
LayoutTests
/
fast
/
css
/
accent-color
/
text.html
blob: 8e5e0bb1fe7e32f466bddf93df08550b1f253afb [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<p>
Test that accent-color does not customize the appearance of text inputs.
</p>
<input
style
=
"
accent-color
:
red
;
"
>
</body>
</html>