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
Fix build break
[chromium-blink-merge.git]
/
content
/
test
/
data
/
accessibility
/
aria-menuitemradio.html
blob
d5292ffb8644e8849ef210a2bf19e33274470471
1
<!--
2
@MAC-ALLOW:roleDescription=*
3
@WIN-ALLOW:checkable:*
4
@WIN-DENY:name=''
5
-->
6
<html>
7
<body>
8
<div
role
=
"menu"
>
9
<div
role
=
"aria-menuitemradio"
aria-checked
>
Menu item
1
</div>
10
<div
role
=
"aria-menuitemradio"
>
Menu item
2
</div>
11
</div>
12
</body>
13
</html>