blob: 37eb27f77427f6ad766320efbe6960a11f1e1476 [file] [log] [blame]
<!--
@BLINK-ALLOW:radioGroupIds=*
@MAC-ALLOW:AXLinkedUIElements*
@MAC-ALLOW:AXRole*
@WIN-ALLOW:xml-roles:*
@WIN-ALLOW:checkable*
-->
<!DOCTYPE html>
<html>
<body>
<div role="radiogroup">
<div tabindex=0 role="radio">Radio 1</div>
<div tabindex=1 role="radio">Radio 2</div>
</div>
</body>
</html>