blob: feef713db160afa5a68991ab2245e78fc4a0b90f [file] [log] [blame]
<!--
@MAC-ALLOW:AXRole*
@WIN-ALLOW:ia2_hypertext=*
@WIN-ALLOW:parent=*
@WIN-ALLOW:window_class=*
@BLINK-ALLOW:scrollable=*
TODO(accessibility) this should eventually show scrollable=false for both the main doc and iframe. See matching TODO in AXObject::IsUserScrollable().
-->
<!DOCTYPE html>
<html>
<body>
<iframe style="width:100px; height: 100px;" aria-label="Empty iframe" src="frame/empty.html">
</iframe>
</body>
</html>