chromium/content/test/data/accessibility/accname/desc-img-alt-describedby-not-displayed.html

<!--
@BLINK-DENY:name*
-->
<!doctype html>
<html>
<body>
<img src="foo.jpg" id="test" alt="test" aria-describedby="t1">
<div id="t1" style="display:none">foo</div>
</body>
</html>