chromium/third_party/blink/web_tests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker.html

<!DOCTYPE html>
<html>
<head>
  <title>ServiceWorkerGlobalScope expose test.</title>
  <script src="../../js-test-resources/js-test.js"></script>
  <script src="resources/global-interface-listing-service-worker.js"></script>
</head>
<body>
<div id="console"></div>
<script>
// We can't use testharness.js in this test because this needs to dump text
// other than PASS/FAIL.

jsTestIsAsync = true;

register_service_worker(/*platform_specific=*/false);
</script>
</body>
</html>