Index: LayoutTests/http/tests/serviceworker/skip-waiting-without-client.html |
diff --git a/LayoutTests/http/tests/serviceworker/request.html b/LayoutTests/http/tests/serviceworker/skip-waiting-without-client.html |
similarity index 50% |
copy from LayoutTests/http/tests/serviceworker/request.html |
copy to LayoutTests/http/tests/serviceworker/skip-waiting-without-client.html |
index 10a4ab01e3cf6a6916e7dd0d3fe08050d6000f4d..785bb0c27fd27f6715139b5af1b6dc6c2b085f70 100644 |
--- a/LayoutTests/http/tests/serviceworker/request.html |
+++ b/LayoutTests/http/tests/serviceworker/skip-waiting-without-client.html |
@@ -1,12 +1,13 @@ |
<!DOCTYPE html> |
-<title>Service Worker: Request</title> |
+<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.js"></script> |
<script> |
service_worker_test( |
- 'resources/request-worker.js', |
- 'Request in ServiceWorkerGlobalScope'); |
+ 'resources/skip-waiting-worker.js', |
+ 'Test single skipWaiting() when no client attached'); |
</script> |