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-contentinfo.html
blob
843aa6e5775423c87db4fea0b258c763d67ca7c0
1
<!--
2
@MAC-ALLOW:AXRole=*
3
@MAC-ALLOW:AXSubrole=*
4
@MAC-ALLOW:AXRoleDescription=*
5
@WIN-ALLOW:xml-roles:*
6
-->
7
<html>
8
<body>
9
<div
role
=
"contentinfo"
>
10
This is ARIA role contentinfo.
11
</div>
12
</body>
13
</html>