Sign in
chromium
/
codesearch
/
chromium
/
src
/
HEAD
/
.
/
content
/
test
/
data
/
accessibility
/
aria
/
aria-complementary.html
blob: c9992630378a60787551e0159a5314adac5d9e6f [
file
] [
log
] [
blame
]
<!--
@MAC-ALLOW:AXRole=*
@MAC-ALLOW:AXRoleDescription=*
@WIN-ALLOW:xml-roles:*
@AURALINUX-ALLOW:xml-roles:*
-->
<!DOCTYPE html>
<html>
<body>
<div
role
=
"complementary"
>
This is ARIA role complementary.
</div>
</body>
</html>