| Index: LayoutTests/http/tests/serviceworker/performance-timeline.html
|
| diff --git a/LayoutTests/http/tests/serviceworker/skip-waiting-without-client.html b/LayoutTests/http/tests/serviceworker/performance-timeline.html
|
| similarity index 50%
|
| copy from LayoutTests/http/tests/serviceworker/skip-waiting-without-client.html
|
| copy to LayoutTests/http/tests/serviceworker/performance-timeline.html
|
| index 785bb0c27fd27f6715139b5af1b6dc6c2b085f70..b57066664c366a3a74e4a75690721ee7dc1c3b7c 100644
|
| --- a/LayoutTests/http/tests/serviceworker/skip-waiting-without-client.html
|
| +++ b/LayoutTests/http/tests/serviceworker/performance-timeline.html
|
| @@ -1,13 +1,11 @@
|
| <!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.js"></script>
|
| <script>
|
|
|
| service_worker_test(
|
| - 'resources/skip-waiting-worker.js',
|
| - 'Test single skipWaiting() when no client attached');
|
| + '../workers/resources/performance-timeline-worker.js',
|
| + 'Test Performance Timeline API in Service Worker');
|
|
|
| </script>
|
|
|