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 58% |
copy from LayoutTests/http/tests/serviceworker/request.html |
copy to LayoutTests/http/tests/serviceworker/skip-waiting-without-client.html |
index 10a4ab01e3cf6a6916e7dd0d3fe08050d6000f4d..44d357c18d4899d78fa03780c9106a5f2c83dcb0 100644 |
--- a/LayoutTests/http/tests/serviceworker/request.html |
+++ b/LayoutTests/http/tests/serviceworker/skip-waiting-without-client.html |
@@ -1,12 +1,12 @@ |
<!DOCTYPE html> |
-<title>Service Worker: Request</title> |
+<title>Service Worker: Skip waiting without client</title> |
<script src="../resources/testharness.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> |