chromium/third_party/blink/web_tests/http/tests/inspector-protocol/fetch/service-worker-module-initial-network-id-disallowed-response-code.js

(async function(/** @type {import('test_runner').TestRunner} */ testRunner) {
  const test = await testRunner.loadScript(
      'resources/service-workers/service-worker-test.js');
  await test(testRunner, {
    description: 'disallowed response code',
    type: 'module',
    responseCode: 400
  });
})