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

<!--
@MAC-ALLOW:AXRoleDescription
@WIN-ALLOW:checkable*
@WIN-ALLOW:ia2_hypertext=*
@WIN-ALLOW:xml-roles:*
@AURALINUX-ALLOW:checkable:*
@AURALINUX-DENY:checkable
@AURALINUX-ALLOW:checked
-->
<!DOCTYPE html>
<html>
<body>
  <div role="radio">Radio1</div>
</body>
</html>