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
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
content
/
test
/
data
/
accessibility
/
aria
/
aria-listbox.html
blob
ad073aa26fd19b118b505bd92b55c4b97982f76c
1
<!--
2
@MAC-ALLOW:AXRole*
3
@WIN-ALLOW:xml-roles*
4
-->
5
<html>
6
<body>
7
<div
role
=
"listbox"
>
8
<div
tabIndex
=
"0"
role
=
"option"
>
Item
1
</div>
9
<div
tabIndex
=
"1"
role
=
"option"
>
Item
2
</div>
10
</div>
11
</body>
12
</html>