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

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: 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 20a88fb145cf8afbcc538f9326b110b6ecf25ad5..3f7e38ce2b447d02dae211ee2748ed3f39a7db57 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -6327,6 +6327,9 @@ interface Worker : EventTarget
method terminate
setter onerror
setter onmessage
+interface Worklet
+ method constructor
+ method import
interface XMLDocument : Document
method constructor
interface XMLHttpRequest : XMLHttpRequestEventTarget
@@ -6841,6 +6844,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