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-scrollbar.html
blob
ccb4e90f5eb62b118c21da7904ddf462fff132d0
1
<!--
2
@MAC-ALLOW:AXRole*
3
@WIN-ALLOW:xml-roles*
4
@WIN-ALLOW:currentValue*
5
@WIN-ALLOW:IA2_STATE*
6
-->
7
<!DOCTYPE
html
>
8
<html>
9
<body>
10
<div
tabindex=
0
aria-valuenow
=
"55"
role
=
"scrollbar"
>
scrollbar
</div>
11
<div
tabindex=
0
aria-valuenow
=
"55"
role
=
"scrollbar"
aria-orientation
=
"horizontal"
>
scrollbar
</div>
12
</body>
13
</html>