chromium/third_party/blink/web_tests/external/wpt/service-workers/service-worker/ServiceWorkerGlobalScope/isSecureContext.serviceworker.js

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

test(() => {
    assert_true(self.isSecureContext, true);
}, "isSecureContext");