1
    2
    3
    4
    5
    6
    7
    8
    9
   10

content / test / data / accessibility / accname / desc-img-one-valid-describedby.html [blame]

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