Index: LayoutTests/http/tests/serviceworker/skip-waiting-without-client.html |
diff --git a/LayoutTests/http/tests/serviceworker/headers.html b/LayoutTests/http/tests/serviceworker/skip-waiting-without-client.html |
similarity index 58% |
copy from LayoutTests/http/tests/serviceworker/headers.html |
copy to LayoutTests/http/tests/serviceworker/skip-waiting-without-client.html |
index a34f1e544a226ce803be3e7c15a0eef73018c620..44d357c18d4899d78fa03780c9106a5f2c83dcb0 100644 |
--- a/LayoutTests/http/tests/serviceworker/headers.html |
+++ b/LayoutTests/http/tests/serviceworker/skip-waiting-without-client.html |
@@ -1,12 +1,12 @@ |
<!DOCTYPE html> |
-<title>Service Worker: Headers</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/headers-worker.js', |
- 'Headers in ServiceWorkerGlobalScope'); |
+ 'resources/skip-waiting-worker.js', |
+ 'Test single skipWaiting() when no client attached'); |
</script> |