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

<!--
@MAC-ALLOW:AXRoleDescription
@WIN-ALLOW:xml-roles:*
@AURALINUX-ALLOW:xml-roles:*
-->
<!DOCTYPE html>
<html>
<body>
  <main>
    This is main element.
  </main>

  <div role="main">
    This is an ARIA role main.
  </div>
</body>
</html>