chromium/third_party/blink/web_tests/external/wpt/content-security-policy/navigate-to/support/spv-test-iframe3.sub.html

<!DOCTYPE html>
<head>
  <script>
    window.addEventListener('securitypolicyviolation', function(e) {
      top.postMessage({iframe: 'iframe3', violatedDirective: e.violatedDirective}, '*');
    });
  </script>
</head>

<body>
  IFRAME 3
</body>