blob: 2032c611116e4ebfc09cd4907a93c60bc22da282 [file] [log] [blame]
<!--
@BLINK-ALLOW:radioGroupIds=*
@MAC-ALLOW:AXLinkedUIElements*
@WIN-ALLOW:MIXED*
@WIN-ALLOW:CHECKED*
@WIN-ALLOW:checkable:*
@WIN-ALLOW:ia2_hypertext=*
@WIN-ALLOW:IA2_STATE_CHECKABLE*
-->
<html>
<body>
<form>
<input type="radio" name="r1" value="r1">Radio1<br>
<input type="radio" name="r2" value="r2">Radio2
</form>
<form>
<label><input type="radio" name="rGroup" value="r3">Radio3</label>
<label><input type="radio" name="rGroup" checked value="r4">Radio4</label>
</form>
</body>
</html>