summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/content-security-policy/inside-worker/sharedworker-report-only.sub.html
blob: 8233f000758c36eef895bd236a415274efabeb1b (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<!-- Test the 'connect-src' directive on shared workers in report-only mode -->
<script>
  fetch_tests_from_worker(new SharedWorker(
    "./support/connect-src-self-report-only.sub.js?id={{uuid()}}"));
</script>