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

Unified Diff: LayoutTests/http/tests/navigatorconnect/connect-event.html

Issue 1205783004: Update navigator.services API to use the new services.onconnect event [3/3]. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@serviceport-serviceside
Patch Set: fix webexposed layout test Created 5 years, 5 months 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/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>

Powered by Google App Engine
This is Rietveld 408576698