blob: 38fca1726046bef19c3f85df93a9d78c05a9f6f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE html>
<title>Service Worker: Skip waiting without client</title>
<script src="/resources/testharness.js"></script>
<script src="resources/testharness-helpers.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="resources/test-helpers.sub.js"></script>
<script>
service_worker_test(
'resources/skip-waiting-worker.js',
'Test single skipWaiting() when no client attached');
</script>
|