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-togglebutton.html
blob
d588509047b469880f17f1d978a01c95ea41cef1
1
<!--
2
@WIN-DENY:name*
3
@MAC-ALLOW:AXSubrole=*
4
@MAC-ALLOW:AXRoleDescription=*
5
-->
6
<html>
7
<body>
8
<div
tabindex=
0
role
=
"button"
>
Regular button
</div>
9
<div
tabindex=
0
role
=
"button"
aria-pressed
=
"false"
>
Toggle button
</div>
10
</body>
11
</html>