1
    2
    3
    4
    5
    6
    7
    8
    9
   10

content / test / data / accessibility / accname / name-text-with-value-labels-img-with-label.html [blame]

<!--
@BLINK-DENY:descri*
-->
<!doctype html>
<html>
<body>
<input type="text" value="peanuts" id="test">
<img aria-labelledby="test" aria-label="label" src="foo.jpg"/>
</body>
</html>