1
    2
    3
    4
    5
    6
    7
    8
    9
   10

content / test / data / accessibility / accname / name-radio-input-in-label.html [blame]

<!--
@BLINK-DENY:descri*
-->
<!doctype html>
<html>
<body>
<label for="test">foo<input type="text" value="David"/></label>
<input type="radio" id="test"/>
</body>
</html>