| Index: LayoutTests/http/tests/navigatorconnect/connect-event.html
|
| diff --git a/LayoutTests/http/tests/serviceworker/stashed-ports.html b/LayoutTests/http/tests/navigatorconnect/connect-event.html
|
| similarity index 56%
|
| copy from LayoutTests/http/tests/serviceworker/stashed-ports.html
|
| copy to LayoutTests/http/tests/navigatorconnect/connect-event.html
|
| index b9a1d6a2a5ad6c519e4416c9f73255746e2cdf56..733dccc18cd71c8e1f2cc14f23e203418ad17bf7 100644
|
| --- a/LayoutTests/http/tests/serviceworker/stashed-ports.html
|
| +++ b/LayoutTests/http/tests/navigatorconnect/connect-event.html
|
| @@ -1,11 +1,11 @@
|
| <!DOCTYPE html>
|
| <title>
|
| - Tests basic stashed message ports functionality.
|
| + Tests the ServicePortConnectEvent API.
|
| </title>
|
| <script src="../../resources/testharness.js"></script>
|
| <script src="../../resources/testharnessreport.js"></script>
|
| <script src="../serviceworker/resources/test-helpers.js"></script>
|
| <script>
|
| -service_worker_test('resources/stashed-ports-basics.js',
|
| - 'Verifies basic functionality of stashed ports.');
|
| +service_worker_test('resources/connect-event-worker.js',
|
| + 'Verifies the ServicePortConnectEvent API.');
|
| </script>
|
|
|