chromium/content/test/data/accessibility/aria/annotation-roles.html

<!--
@MAC-ALLOW:AXRoleDescription
@WIN-ALLOW:xml-roles:*
@WIN-DENY:level*
@AURALINUX-ALLOW:xml-roles*
@UIA-WIN-ALLOW:LocalizedControlType*
@UIA-WIN-DENY:LocalizedControlType='text'
@BLINK-DENY:hierarchicalLevel*
-->
<!DOCTYPE html>
<html>
<body>
  <div role="comment" aria-label="comment"></div>
  <div role="suggestion" aria-label="suggestion"></div>
  <p>This is <span role="mark">highlighted</span>.</p>
</body>
</html>