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

Unified Diff: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt

Issue 1684303002: Add a basic version of Worklet#import. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix non-oilpan build. Created 4 years, 10 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/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
index 1e56eb5bb5c2fba43cfd7e151fc614852f7c9c9b..866ef473c97c701981a41bcc6285a21e9f1cdbb7 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -6335,6 +6335,9 @@ interface Worker : EventTarget
method terminate
setter onerror
setter onmessage
+interface Worklet
+ method constructor
+ method import
interface XMLDocument : Document
method constructor
interface XMLHttpRequest : XMLHttpRequestEventTarget
@@ -6849,6 +6852,7 @@ interface webkitURL
attribute performance
attribute personalbar
attribute propertyNamesInGlobal
+ attribute renderWorklet
attribute screen
attribute screenLeft
attribute screenTop

Powered by Google App Engine
This is Rietveld 408576698