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