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

Unified Diff: third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-shared-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-shared-worker-expected.txt
diff --git a/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-shared-worker-expected.txt b/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-shared-worker-expected.txt
index 82a85d7f089c91ac9c30b706bb19102a85ed8b25..5b675b9b3db0f088013c3e2b54a787e1b259220d 100644
--- a/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-shared-worker-expected.txt
+++ b/third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-shared-worker-expected.txt
@@ -483,6 +483,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