chromium/content/test/data/frame_owner_properties_csp.html

<!DOCTYPE html>
<html>
<body>
  <iframe id="child-1"
      csp="object-src 'none'"
      src="/cross-site/b.com/title1.html">
  </iframe>
</body>
</html>