1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12

content / test / data / accessibility / accname / name-text-labelledby-paragraphs.html [blame]

<!--
@BLINK-DENY:descri*
-->
<!doctype html>
<html>
<body>
<input id="test" type="text" aria-labelledby="ID1 ID2 ID3">
<p id="ID1">foo</p>
<p id="ID2">bar</p>
<p id="ID3">baz</p>
</body>
</html>