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-listitem.html
blob
03f2201cfa7b90c8a34918337f5f3095561a0d31
1
<!--
2
@MAC-ALLOW:AXSubrole*
3
@MAC-ALLOW:AXSelectedChildren*
4
@MAC-ALLOW:AXVisibleChildren*
5
-->
6
<html>
7
<body>
8
<div
role
=
"list"
>
9
<div
aria-label
=
"1"
role
=
"listitem"
>
Item
1
</div>
10
<div
aria-label
=
"2"
role
=
"listitem"
>
Item
2
</div>
11
</div>
12
</body>
13
</html>