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