chromium/content/test/data/accessibility/html/iframe.html

<!--
@MAC-ALLOW:AXRoleDescription
@WIN-ALLOW:ia2_hypertext=*
@WIN-ALLOW:parent=*
@WIN-ALLOW:window_class=*
@BLINK-ALLOW:scrollable=*
-->
<!DOCTYPE html>
<html>
<body>
  <iframe style="width:100px; height: 100px;" aria-label="Empty iframe" src="frame/empty.html">
  </iframe>
</body>
</html>