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

Unified Diff: LayoutTests/http/tests/serviceworker/fetch-event-respond-with-stops-propagation.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-respond-with-stops-propagation.html
diff --git a/LayoutTests/http/tests/serviceworker/fetch-event-respond-with-stops-propagation.html b/LayoutTests/http/tests/serviceworker/fetch-event-respond-with-stops-propagation.html
index 20629ef05b0c7bd04d6e8e648ade9c02cefa3214..356eb64308b94650d8c9ed1a45458e1d71fb5ffc 100644
--- a/LayoutTests/http/tests/serviceworker/fetch-event-respond-with-stops-propagation.html
+++ b/LayoutTests/http/tests/serviceworker/fetch-event-respond-with-stops-propagation.html
@@ -23,8 +23,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