Sign in
webkit
/
WebKit
/
9d6ba2cf6c064d9cb1890583985a07452f7befa6
/
.
/
LayoutTests
/
fast
/
css
/
accent-color
/
progress.html
blob: ecd414736fea8ad20940963d7385d16a95b8270b [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<p>
Test that accent-color customizes the appearance of progress elements.
</p>
<progress
value
=
"0.5"
style
=
"
accent-color
:
red
;
"
></progress>
</body>
</html>