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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/push_messaging/interfaces.html

Issue 2863443002: Implement and ship PushManager.supportedContentEncodings (Closed)
Patch Set: Implement and ship PushManager.supportedContentEncodings Created 3 years, 7 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/push_messaging/pushmanager-supported-content-encodings.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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');
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/push_messaging/pushmanager-supported-content-encodings.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698