| Index: third_party/WebKit/LayoutTests/http/tests/push_messaging/resources/interfaces-worker.js
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/push_messaging/resources/interfaces-worker.js b/third_party/WebKit/LayoutTests/http/tests/push_messaging/resources/interfaces-worker.js
|
| index f91a8ed8f095278ed525476af6e17e3b962af072..916b0d5a34516355d6864b012b45c8e0a4204cea 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/push_messaging/resources/interfaces-worker.js
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/push_messaging/resources/interfaces-worker.js
|
| @@ -16,6 +16,8 @@ test(function() {
|
| assert_own_property(self, 'PushManager', 'PushManager needs to be exposed as a global.');
|
| assert_idl_attribute(registration, 'pushManager', 'PushManager needs to be exposed on the registration.');
|
|
|
| + assert_own_property(PushManager, 'supportedContentEncodings');
|
| +
|
| assert_inherits(registration.pushManager, 'subscribe');
|
| assert_inherits(registration.pushManager, 'getSubscription');
|
| assert_inherits(registration.pushManager, 'permissionState');
|
|
|