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

<!--
@MAC-ALLOW:AXRequired
@WIN-ALLOW:IA2_STATE_REQUIRED
@AURALINUX-ALLOW:required
@AURALINUX-ALLOW:xml-roles*
@AURALINUX-DENY:checkable
-->
<!DOCTYPE html>
<html>
<body>
  <div role="radiogroup" aria-required="true">
    <div role="radio"></div>
    <div role="radio"></div>
  </div>
</body>
</html>