1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11

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

<!--
@BLINK-ALLOW:offscreen
@AURALINUX-ALLOW:visible
-->
<div>
  <div id="locked" style="content-visibility: hidden">
    <div>child</div>
    <div id="nested" style="content-visibility: hidden">nested locked element!</div>
    <div id="activatable" hidden=until-found>activatable locked element</div>
  </div>
</div>