| Index: third_party/WebKit/LayoutTests/http/tests/push_messaging/interfaces.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/push_messaging/interfaces.html b/third_party/WebKit/LayoutTests/http/tests/push_messaging/interfaces.html
|
| index 81a242655ffc210e9fa47b77be853373be9528a7..357725825fb2a8a5518aa0632b82b608c561312f 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/push_messaging/interfaces.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/push_messaging/interfaces.html
|
| @@ -17,6 +17,8 @@
|
| test(function() {
|
| assert_own_property(self, 'PushManager', 'PushManager needs to be exposed as a global.');
|
|
|
| + assert_own_property(PushManager, 'supportedContentEncodings');
|
| +
|
| assert_own_property(PushManager.prototype, 'subscribe');
|
| assert_own_property(PushManager.prototype, 'getSubscription');
|
| assert_own_property(PushManager.prototype, 'permissionState');
|
|
|