blob: 14c2eb72bdc49c4e13fa2d9da4a47be785b072f2 [file] [log] [blame]
<!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>