chromium/content/test/data/sandboxed_main_frame_script.html

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