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

Unified Diff: third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-dedicated-worker-expected.txt

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
Index: third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-dedicated-worker-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-dedicated-worker-expected.txt b/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-dedicated-worker-expected.txt
index afd378f2e649e90f0c7ef874405eda006af4fa6a..d886775238330a5e97ce369a0e52a711f9d6593b 100644
--- a/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-dedicated-worker-expected.txt
+++ b/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-dedicated-worker-expected.txt
@@ -488,6 +488,26 @@ Starting worker: resources/global-interface-listing.js
[Worker] getter promise
[Worker] getter reason
[Worker] method constructor
+[Worker] interface PushManager
+[Worker] static getter supportedContentEncodings
+[Worker] attribute @@toStringTag
+[Worker] method constructor
+[Worker] method getSubscription
+[Worker] method permissionState
+[Worker] method subscribe
+[Worker] interface PushSubscription
+[Worker] attribute @@toStringTag
+[Worker] getter endpoint
+[Worker] getter options
+[Worker] method constructor
+[Worker] method getKey
+[Worker] method toJSON
+[Worker] method unsubscribe
+[Worker] interface PushSubscriptionOptions
+[Worker] attribute @@toStringTag
+[Worker] getter applicationServerKey
+[Worker] getter userVisibleOnly
+[Worker] method constructor
[Worker] interface ReadableStream
[Worker] getter locked
[Worker] method cancel

Powered by Google App Engine
This is Rietveld 408576698