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-radiogroup.html
blob
4b226422a14b1128bafb90bfbd12d5ba2dd0188e
1
<!--
2
@MAC-ALLOW:AXRole*
3
@WIN-ALLOW:xml-roles:*
4
@WIN-ALLOW:checkable*
5
-->
6
<!DOCTYPE
html
>
7
<html>
8
<body>
9
<div
role
=
"radiogroup"
>
10
<div
tabindex=
0
role
=
"radio"
></div>
11
<div
tabindex=
1
role
=
"radio"
></div>
12
</div>
13
</body>
14
</html>