service-worker-csp-script.https.html (425B)
1 <!DOCTYPE html> 2 <title>Service Worker: CSP script 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=script', 9 'CSP test for script-src in ServiceWorkerGlobalScope'); 10 </script>