summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/service-workers/service-worker/service-worker-csp-script.https.html
blob: 14c2eb72bdc49c4e13fa2d9da4a47be785b072f2 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<title>Service Worker: CSP script directive for ServiceWorker script</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="resources/test-helpers.sub.js?pipe=sub"></script>
<script>
service_worker_test(
    'resources/service-worker-csp-worker.py?directive=script',
    'CSP test for script-src in ServiceWorkerGlobalScope');
</script>