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

<!--
@BLINK-ALLOW:radioGroupIds=*
@MAC-ALLOW:AXLinkedUIElements
@MAC-DENY:AXLinkedUIElements=[]
@MAC-ALLOW:AXRoleDescription
@WIN-ALLOW:xml-roles:*
@WIN-ALLOW:checkable*
@AURALINUX-ALLOW:checkable:*
@AURALINUX-DENY:checkable
@AURALINUX-ALLOW:checked
@AURALINUX-ALLOW:xml-roles:*
-->
<!DOCTYPE html>
<html>
<body>
  <div role="radiogroup" aria-label="My group">
    <div tabindex=0 role="radio">Radio 1</div>
    <div tabindex=1 role="radio">Radio 2</div>
  </div>
</body>
</html>