chromium/third_party/blink/web_tests/http/tests/serviceworker/resources/create-in-scope-worker.html

<!doctype html>
<script>
const workerUrl = './empty.js';
const worker = new Worker(workerUrl);
</script>