1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16

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

<!--
@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>