chromium/content/test/data/accessibility/regression/progress-with-background-exposes-values.html

<!--
@BLINK-ALLOW:backgroundColor=*
-->
<!DOCTYPE html>
<progress value="50" max="100"></progress>
<progress style="background-color:#000000" value="50" max="100"></progress>