1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17

content / test / data / accessibility / html / meter.html [blame]

<!--
@MAC-ALLOW:AXRoleDescription=*
@MAC-ALLOW:AXMaxValue=*
@MAC-ALLOW:AXMinValue=*
@MAC-ALLOW:AXValue=*
@UIA-WIN-ALLOW:LocalizedControlType=*
@WIN-ALLOW:currentValue=*
@WIN-ALLOW:localized_extended_role=*
@WIN-ALLOW:maximumValue=*
@WIN-ALLOW:minimumValue=*
-->
<!DOCTYPE html>
<html>
<body>
<meter value="2" min="1" max="10">2 out of 10</meter>
</body>
</html>