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

content / test / data / accessibility / accname / name-from-list-item.html [blame]

<!--
@BLINK-DENY:description
-->
<!doctype html>
<html>
<body>
<label>
  <ul>
    <li>List item</li>
  </ul>
  <input id="test">
</div>
</body>
</html>