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

content / test / data / accessibility / accname / name-img-multiple-sources.html [blame]

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