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

Unified Diff: LayoutTests/http/tests/serviceworker/fetch-event-async-respond-with.html

Issue 1156703003: ServiceWorker: Introduce ExtendableMessageEvent to replace MessageEvent (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: update 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/serviceworker/fetch-event-async-respond-with.html
diff --git a/LayoutTests/http/tests/serviceworker/fetch-event-async-respond-with.html b/LayoutTests/http/tests/serviceworker/fetch-event-async-respond-with.html
index c27fbd597eaaf5e8bbfcec80d9437cce645bd811..be5f5bf245c702af2b7178e5190d4950f19cf8c1 100644
--- a/LayoutTests/http/tests/serviceworker/fetch-event-async-respond-with.html
+++ b/LayoutTests/http/tests/serviceworker/fetch-event-async-respond-with.html
@@ -22,8 +22,8 @@ promise_test(function(t) {
});
var worker = frame.contentWindow.navigator.serviceWorker.controller;
- frame.remove();
worker.postMessage({port: channel.port2}, [channel.port2]);
+ frame.remove();
return saw_message;
})
.then(function(message) {

Powered by Google App Engine
This is Rietveld 408576698