chromium/third_party/blink/web_tests/external/wpt/fetch/fetch-later/basic.tentative.https.worker.js

importScripts('/resources/testharness.js');

test(() => {
  assert_false('fetchLater' in self);
}, `fetchLater() is not supported in worker.`);
done();