chromium/content/test/data/csp_sandboxed_frame.html

<html>
<title>sandboxed_frames</title>
<head></head>
  <body>
    <iframe id="child-1" src="title1.html"></iframe>
    <iframe id="child-2" sandbox></iframe>
  </body>
</html>