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

content / test / data / accessibility / html / iframe-aria-hidden.html [blame]

<!--
@WIN-ALLOW:ia2_hypertext=*
@NO-LOAD-EXPECTED:frame/empty.html
@NO-LOAD-EXPECTED:frame/empty.html#2
-->
<iframe tabindex="0" aria-hidden="true" src="frame/empty.html"
        style="position: absolute; width: 9em; height: 9em; top: -99em;">
</iframe>
<!-- Use a unique @src for code that ensures all iframes are loaded -->
<iframe aria-hidden="true" src="frame/empty.html#2"
        style="position: absolute; width: 9em; height: 9em; top: -99em;">
</iframe>