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

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