chromium/third_party/blink/web_tests/external/wpt/content-security-policy/navigate-to/support/wait_for_navigation.html

<!DOCTYPE html>
<head>
  <script src="/resources/testharness.js"></script>
  <script src="/resources/testharnessreport.js"></script>

  <script>
    window.addEventListener('securitypolicyviolation', function(e) {
      top.postMessage({result: 'fail', violatedDirective: e.violatedDirective}, '*');
    });
  </script>
</head>

<body>
</body>