1
    2
    3
    4
    5
    6
    7
    8
    9
   10

content / test / data / accessibility / accname / name-text-input-labelledby-div.html [blame]

<!--
@BLINK-DENY:descri*
-->
<!doctype html>
<html>
<body>
<!-- Related test for the <label> version: name-text-input-in-own-label.html. -->
<div id="f">color<input id="test" type="text" value="red" aria-labelledby="f"></div>
</body>
</html>