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

content / test / data / accessibility / display-locking / activatable.html [blame]

<!--
@BLINK-ALLOW:offscreen
@BLINK-ALLOW:focus*
-->
<div>
  <div id=spacer style="height: 30000px"></div>
  <div id="locked" style="content-visibility: auto">
    <div>child</div>
    <div id="nested" style="content-visibility: auto">
      nested locked element!
      <button>locked button</button>
    </div>
    <div id="nonActivatable" style="content-visibility: hidden">
      nested non activatable locked element
      <button>locked button</button>
    </div>
  </div>
</div>