chromium/content/test/data/accessibility/accname/name-img-multiple-sources-some-empty.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="" aria-labelledby="test ID1 ID2 ID3" alt="" title="title" src="foo.jpg"/>
</body>
</html>