chromium/content/test/data/accessibility/accname/name-img-multiple-sources.html

<!--
@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>