chromium/content/test/data/accessibility/accname/name-text-labelledby-paragraphs.html

<!--
@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>