| Index: third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/skip-waiting-without-client.https.html
|
| diff --git a/third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/skip-waiting-without-client.https.html b/third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/skip-waiting-without-client.https.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..38fca1726046bef19c3f85df93a9d78c05a9f6f3
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/imported/wpt/service-workers/service-worker/skip-waiting-without-client.https.html
|
| @@ -0,0 +1,13 @@
|
| +<!DOCTYPE html>
|
| +<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.sub.js"></script>
|
| +<script>
|
| +
|
| +service_worker_test(
|
| + 'resources/skip-waiting-worker.js',
|
| + 'Test single skipWaiting() when no client attached');
|
| +
|
| +</script>
|
|
|