blob: 3e3cc8b2b08973baf3293c0a533c85489f352b68 [file] [log] [blame]
<!DOCTYPE html>
<title>ServiceWorkerGlobalScope: close operation</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="../resources/test-helpers.sub.js"></script>
<script>
service_worker_test(
'resources/close-worker.js', 'ServiceWorkerGlobalScope: close operation');
</script>