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

Unified Diff: LayoutTests/http/tests/serviceworker/interfaces.html

Issue 1130113006: ServiceWorker: Introduce ServiceWorkerMessageEvent to replace MessageEvent (3/3). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: make more tests pass Created 5 years, 6 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/interfaces.html
diff --git a/LayoutTests/http/tests/serviceworker/interfaces.html b/LayoutTests/http/tests/serviceworker/interfaces.html
index 22aecefd4356a8e5611b726b095ab535e1a677b1..8fc2a43433108e90ee1bdf63c3d464d3dcc2e755 100644
--- a/LayoutTests/http/tests/serviceworker/interfaces.html
+++ b/LayoutTests/http/tests/serviceworker/interfaces.html
@@ -13,7 +13,8 @@ test(function() {
{
register: 'function',
getRegistration: 'function',
- oncontrollerchange: EVENT_HANDLER
+ oncontrollerchange: EVENT_HANDLER,
+ onmessage: EVENT_HANDLER
});
}, 'Interfaces and attributes of ServiceWorkerContainer');

Powered by Google App Engine
This is Rietveld 408576698