service-worker-csp-default.https.html (428B)
1 <!DOCTYPE html> 2 <title>Service Worker: CSP default directive for ServiceWorker script</title> 3 <script src="/resources/testharness.js"></script> 4 <script src="/resources/testharnessreport.js"></script> 5 <script src="resources/test-helpers.sub.js?pipe=sub"></script> 6 <script> 7 service_worker_test( 8 'resources/service-worker-csp-worker.py?directive=default', 9 'CSP test for default-src in ServiceWorkerGlobalScope'); 10 </script>