repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use multiline attribute to check for IA2_STATE_MULTILINE.
[chromium-blink-merge.git]
/
content
/
test
/
data
/
accessibility
/
html
/
progress.html
blob
4f2cd00ef961cc8255574bd45aaac6f5f301ea5b
1
<!--
2
@MAC-ALLOW:AXRole*
3
@WIN-ALLOW:valuetext*
4
@WIN-ALLOW:currentValue=*
5
@WIN-ALLOW:minimumValue=*
6
@WIN-ALLOW:maximumValue=*
7
-->
8
<!DOCTYPE
html
>
9
<html>
10
<body>
11
<progress
value
=
"22"
max
=
"100"
></progress>
12
</body>
13
</html>