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

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