Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(194)

Unified Diff: LayoutTests/http/tests/serviceworker/skip-waiting-without-client.html

Issue 723923002: ServiceWorker: Add support for .skipWaiting and controllerchange event(1/3) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: webcallback->skipwaitingcallbacks, test re-write Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698