chromium/third_party/blink/web_tests/external/wpt/service-workers/service-worker/historical.https.any.js

// META: global=serviceworker

test((t) => {
  assert_false('targetClientId' in FetchEvent.prototype)
}, 'targetClientId should not be on FetchEvent');