chromium/content/test/data/accessibility/html/article.html

<!--
@MAC-ALLOW:AXRoleDescription
@MAC-DENY:AXTitle
@UIA-WIN-ALLOW:ControlType='UIA_GroupControlTypeId'
@UIA-WIN-ALLOW:LocalizedControlType='article'
@WIN-ALLOW:xml-roles:article
@AURALINUX-ALLOW:xml-roles:article
-->
<!DOCTYPE html>
<html>
<body>
  <article>
    This is an article element.
  </article>
</body>
</html>