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
GPU workaround to simulate Out of Memory errors with large textures
[chromium-blink-merge.git]
/
content
/
test
/
data
/
accessibility
/
aria
/
aria-option.html
blob
903f40783eb9840b86d854c6a6ab3aa6096038db
1
<!--
2
@MAC-ALLOW:AXRole*
3
@WIN-ALLOW:xml-roles*
4
-->
5
<!DOCTYPE
html
>
6
<html>
7
<body>
8
9
<div
role
=
"listbox"
>
10
<div
role
=
"option"
>
option
1
</div>
11
<div
role
=
"option"
aria-label
=
"label 2"
>
option
2
</div>
12
</div>
13
14
</body>
15
</html>