chromium/content/test/data/accessibility/html/iframe-aria-hidden.html

<!--
@WIN-ALLOW:ia2_hypertext=*
-->
<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>