1
    2
    3
    4
    5
    6

content / test / data / accessibility / regression / progress-with-background-exposes-values.html [blame]

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