1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11

content / test / data / page_with_sandboxed_iframe.html [blame]

<html>

<head></head>

<body>
  <img src="image.jpg" />
  <p>This page has an iframe. Yay for iframes!
    <p><iframe sandbox="allow-scripts" allow="private-state-token-issuance" src="title1.html" id="test_iframe"></iframe>
</body>

</html>