1
    2
    3
    4
    5
    6
    7

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

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