Sign in
webkit
/
WebKit
/
23a6794cb84b9b002664f74df90c353b5e5e681b
/
.
/
LayoutTests
/
fast
/
css
/
accent-color
/
progress-expected-mismatch.html
blob: 179fddd445f0e31d4bd676c3f6030af6c98a62ae [
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
:
blue
;
"
></progress>
</body>
</html>