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

<!--
@MAC-ALLOW:AXRole=*
@MAC-ALLOW:AXRoleDescription=*
@UIA-WIN-ALLOW:LocalizedControlType='content information'
@UIA-WIN-ALLOW:LocalizedLandmarkType='content information'
@WIN-ALLOW:localized_extended_role='content information'
@WIN-ALLOW:xml-roles:*
@AURALINUX-ALLOW:xml-roles:*
-->
<!DOCTYPE html>
<html>
<body>
  <div role="contentinfo">
    This is ARIA role contentinfo.
  </div>
</body>
</html>