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

content / test / data / accessibility / accname / name-text-labelledby-hidden-different-visibility-types.html [blame]

<!--
@BLINK-DENY:description
-->
<!DOCTYPE html>
<html>
<body>
  <input id="test" aria-labelledby="t1">
  <div id="t1" style="visibility:hidden">
    <span aria-hidden="true">a</span>
    <span style="display:none">b</span>
    <span style="visibility:hidden">c</span>
    <span>d</span>
    e
  </div>
</body>
</html>