1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21

content / test / data / accessibility / html / input-radio-wrapped-label.html [blame]

<!--
@BLINK-ALLOW:inputType=*
@BLINK-ALLOW:radioGroupIds=*
@BLINK-ALLOW:setSize*
@BLINK-ALLOW:posInSet*
-->
<html>
  <body>
    <fieldset>
      <legend>Appearance</legend>
      <label>
        <input name="colorscheme" type="radio" value="system">
        <span>System</span>
      </label>
      <label>
        <input name="colorscheme" type="radio" value="dark">
        <span>Dark</span>
      </label>
    </fieldset>
  </body>
</html>