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/webexposed/global-interface-listing-dedicated-worker-expected.txt

Issue 2453713003: Implementation of WritableStream (Closed)
Patch Set: Add missing return to promise_test Created 4 years, 1 month 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-dedicated-worker-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-dedicated-worker-expected.txt b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-dedicated-worker-expected.txt
index 2b952b401a5dd63f69a85f81eada12dc4505ec2f..9bc9c984867c026e7b5db4113a69df2521a23be3 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-dedicated-worker-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-dedicated-worker-expected.txt
@@ -1266,6 +1266,11 @@ Starting worker: resources/global-interface-listing.js
[Worker] getter storage
[Worker] getter userAgent
[Worker] method constructor
+[Worker] interface WritableStream
+[Worker] getter locked
+[Worker] method abort
+[Worker] method constructor
+[Worker] method getWriter
[Worker] interface XMLHttpRequest : XMLHttpRequestEventTarget
[Worker] attribute @@toStringTag
[Worker] attribute DONE

Powered by Google App Engine
This is Rietveld 408576698