chromium/content/test/data/accessibility/aria/aria-valuetext.html

<!--
@MAC-ALLOW:AXRoleDescription
@MAC-ALLOW:AXValueDescription=*
@MAC-ALLOW:AXMinValue=*
@MAC-ALLOW:AXMaxValue=*
@WIN-ALLOW:valuetext:*
@WIN-ALLOW:currentValue=*
@WIN-ALLOW:minimumValue=*
@WIN-ALLOW:maximumValue=*
@WIN-ALLOW:xml-roles*
@AURALINUX-ALLOW:valuetext:*
-->
<html>
<body>
  <div role="progressbar" aria-valuetext="three" aria-valuenow="3" aria-valuemin="1" aria-valuemax="96"></div>
</body>
</html>