Index: LayoutTests/http/tests/serviceworker/interfaces.html |
diff --git a/LayoutTests/http/tests/serviceworker/interfaces.html b/LayoutTests/http/tests/serviceworker/interfaces.html |
index 33ac472715646a41a547f9e1c8c568bba2a58738..e28e5a40a94361087edb67b017258f673b7f047e 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'); |