1
    2
    3
    4
    5
    6
    7
    8
    9
   10

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

<!--
@MAC-ALLOW:AXRoleDescription
-->
<!DOCTYPE html>
<html>
<body>
  <iframe src="frame/empty.html" role="presentation">
  </iframe>
</body>
</html>