Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /content-security-policy/inside-worker/sharedworker-report-only.sub.html - WPT Dashboard Interop Dashboard
<!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>