1
    2
    3
    4
    5
    6

content / test / data / navigation_controller / page_with_sandboxed_iframe_popup.html [blame]

<html>
<body>
  <p>This page has an iframe.</p>
  <p><iframe sandbox="allow-scripts allow-popups" src="iframe_popup.html"></iframe>
</body>
</html>