1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11

content / test / data / accessibility / accname / name-img-labelledby-self-and-two-inputs.html [blame]

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