1
    2
    3
    4
    5
    6
    7

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

<html>
<title>sandboxed_main_frame_script</title>
<head></head>
  <body>
    <iframe id="child" sandbox="allow-scripts"></iframe>
  </body>
</html>