chromium/content/test/data/accessibility/accname/name-text-with-value-labels-img.html

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