Sign in
chromium
/
chromium
/
src
/
2ac0c19603e70ef75f156ee8409162bbff94de74
/
.
/
content
/
test
/
data
/
accessibility
/
html
/
progress.html
blob: 4f2cd00ef961cc8255574bd45aaac6f5f301ea5b [
file
] [
log
] [
blame
]
<!--
@MAC-ALLOW:AXRole*
@WIN-ALLOW:valuetext*
@WIN-ALLOW:currentValue=*
@WIN-ALLOW:minimumValue=*
@WIN-ALLOW:maximumValue=*
-->
<!DOCTYPE html>
<html>
<body>
<progress
value
=
"22"
max
=
"100"
></progress>
</body>
</html>