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

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

Issue 2102093002: ServiceWorker: Remove [Unforgeable] idl extended attribute. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 aee8c54180ebe5dc784e2829604bcd1313fee065..e489b87b26b157d49cfbed948b6b42b3e0a26308 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
@@ -528,10 +528,13 @@ Starting worker: resources/global-interface-listing.js
[Worker] method text
[Worker] interface ServiceWorkerRegistration : EventTarget
[Worker] attribute @@toStringTag
+[Worker] getter active
+[Worker] getter installing
[Worker] getter onupdatefound
[Worker] getter pushManager
[Worker] getter scope
[Worker] getter sync
+[Worker] getter waiting
[Worker] method constructor
[Worker] method getNotifications
[Worker] method showNotification
@@ -639,6 +642,7 @@ Starting worker: resources/global-interface-listing.js
[Worker] setter onopen
[Worker] interface WorkerGlobalScope : EventTarget
[Worker] attribute @@toStringTag
+[Worker] getter caches
[Worker] getter crypto
[Worker] getter indexedDB
[Worker] getter location
@@ -852,7 +856,6 @@ Starting worker: resources/global-interface-listing.js
[Worker] [GLOBAL OBJECT]
[Worker] attribute console
[Worker] attribute internals
-[Worker] getter caches
[Worker] getter name
[Worker] getter onconnect
[Worker] method close

Powered by Google App Engine
This is Rietveld 408576698