chromium/content/test/data/accessibility/html/iframe-focus.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:200px; height: 200px;" src="frame/button_onfocus.html">
  </iframe>
  <iframe style="width:200px; height: 200px;" src="frame/button.html">
  </iframe>
</body>
</html>