chromium/third_party/blink/web_tests/http/tests/inspector-protocol/network/resources/page-with-shared-worker.html


<script>
const worker = new SharedWorker('/inspector-protocol/network/resources/worker.js');
</script>