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