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
/
aria
/
aria-slider.html
blob
0bed2405bd09d05aaad8ac93ca5d202785fb627c
1
<!--
2
@MAC-ALLOW:AXRole*
3
@WIN-ALLOW:xml-roles:*
4
@WIN-ALLOW:currentValue*
5
@WIN-ALLOW:minimumValue*
6
@WIN-ALLOW:maximumValue*
7
@WIN-DENY:name*
8
-->
9
<!DOCTYPE
html
>
10
<html>
11
<body>
12
<div
role
=
"slider"
aria-valuenow
=
"5"
aria-valuemin
=
"1"
aria-valuemax
=
"10"
>
Slider
</div>
13
</body>
14
</html>