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

Unified Diff: LayoutTests/http/tests/serviceworker/postmessage-to-client.html

Issue 463423003: ServiceWorker: Rename Client interface to ServiceWorkerClient (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix GN build Created 6 years, 4 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/serviceworker/postmessage-to-client.html
diff --git a/LayoutTests/http/tests/serviceworker/postmessage-to-client.html b/LayoutTests/http/tests/serviceworker/postmessage-to-client.html
index 236905ba76cd5a6a24df73d08c973353838f3670..19639f889abcec79e02bff092e639648ba5155c8 100644
--- a/LayoutTests/http/tests/serviceworker/postmessage-to-client.html
+++ b/LayoutTests/http/tests/serviceworker/postmessage-to-client.html
@@ -1,10 +1,10 @@
<!DOCTYPE html>
-<title>Service Worker: postMessage to Client</title>
+<title>Service Worker: postMessage to ServiceWorkerClient</title>
<script src="../resources/testharness.js"></script>
<script src="../resources/testharnessreport.js"></script>
<script src="resources/test-helpers.js"></script>
<script>
-var t = async_test('postMessage from ServiceWorker to Client');
+var t = async_test('postMessage from ServiceWorker to ServiceWorkerClient');
t.step(function() {
var scope = 'resources/blank.html'
service_worker_unregister_and_register(

Powered by Google App Engine
This is Rietveld 408576698