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

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

Issue 2869183002: Initial implementation of WorkletAnimation (Closed)
Patch Set: add spec link Created 3 years, 4 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/platform/mac/virtual/stable/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/virtual/stable/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/virtual/stable/webexposed/global-interface-listing-expected.txt
index 6c5547a67b7600fc3c8fa52c45423f25229ed7c9..bddfca8488ad79dd2102326cce2ac9098a8738c6 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/virtual/stable/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/virtual/stable/webexposed/global-interface-listing-expected.txt
@@ -7682,6 +7682,16 @@ interface Worker : EventTarget
method terminate
setter onerror
setter onmessage
+interface Worklet
Eric Willigers 2017/09/01 02:25:23 Do we understand why the virtual/stable interface
smcgruer 2017/09/01 18:31:03 Oversight; removed.
+ attribute @@toStringTag
+ method addModule
+ method constructor
+interface WorkletAnimation
+ attribute @@toStringTag
+ getter playState
+ method cancel
+ method constructor
+ method play
interface WritableStream
getter locked
method abort

Powered by Google App Engine
This is Rietveld 408576698