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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt

Issue 1565673002: Expose Offscreencanvas to worker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: no separate js for worker Created 4 years, 11 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/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt b/third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
index 26a4cd0ff7d18c40e17c1f273092abf0376ec3bd..25ff8ef291f5b63e7151152238cb9c57c0bcec2d 100644
--- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
@@ -453,6 +453,12 @@ interface NotificationEvent : ExtendableEvent
getter action
getter notification
method constructor
+interface OffScreenCanvas
+ getter height
+ getter width
+ method constructor
+ setter height
+ setter width
interface PerformanceObserverEntryList
method constructor
method getEntries

Powered by Google App Engine
This is Rietveld 408576698