sharedworker-report-only.sub.html (334B)
1 <!DOCTYPE html> 2 <script src="/resources/testharness.js"></script> 3 <script src="/resources/testharnessreport.js"></script> 4 <!-- Test the 'connect-src' directive on shared workers in report-only mode --> 5 <script> 6 fetch_tests_from_worker(new SharedWorker( 7 "./support/connect-src-self-report-only.sub.js?id={{uuid()}}")); 8 </script>