chromium/content/test/data/accessibility/aria/aria-complementary.html

<!--
@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>