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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/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/platform/mac/virtual/stable/webexposed/global-interface-listing-dedicated-worker-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/virtual/stable/webexposed/global-interface-listing-dedicated-worker-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/virtual/stable/webexposed/global-interface-listing-dedicated-worker-expected.txt
index 532069a17cc3161bbea6eda860282c3c9cd282cf..ebe0b7a3f38c1121b881e15db7b7332c6910d042 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/virtual/stable/webexposed/global-interface-listing-dedicated-worker-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/virtual/stable/webexposed/global-interface-listing-dedicated-worker-expected.txt
@@ -487,6 +487,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