blob: f6a5c7919e4561a5f494fd7bbaa1bbcf2a430d45 [file] [log] [blame]
<!--
@MAC-ALLOW:AXMinValue*
@MAC-ALLOW:AXMaxValue*
@MAC-ALLOW:AXRoleDescription
@WIN-ALLOW:valuetext*
@WIN-ALLOW:currentValue=*
@WIN-ALLOW:minimumValue=*
@WIN-ALLOW:maximumValue=*
@AURALINUX-ALLOW:valuetext*
@AURALINUX-ALLOW:indeterminate
-->
<!DOCTYPE html>
<html>
<body>
<progress value="22" max="100"></progress>
<progress></progress> <!-- indeterminate -->
</body>
</html>