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

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: cleanup. 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 7fc44e7974c85aa6e060df082331300504363dad..0ee3371d0494ec348b0db7ce66ca85496de51eca 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -6337,6 +6337,9 @@ interface Worker : EventTarget
method terminate
setter onerror
setter onmessage
+interface Worklet
+ method constructor
+ method import
interface XMLDocument : Document
method constructor
interface XMLHttpRequest : XMLHttpRequestEventTarget
@@ -6851,6 +6854,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