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

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