1
    2
    3
    4
    5
    6
    7
    8
    9

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

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