chromium/third_party/blink/web_tests/external/wpt/service-workers/service-worker/ServiceWorkerGlobalScope/resources/close-worker.js

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

test(function() {
  assert_false('close' in self);
}, 'ServiceWorkerGlobalScope close operation');