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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/worklet/webexposed/global-interface-listing-paint-worklet-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/http/tests/worklet/webexposed/global-interface-listing-paint-worklet-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/worklet/webexposed/global-interface-listing-paint-worklet-expected.txt b/third_party/WebKit/LayoutTests/http/tests/worklet/webexposed/global-interface-listing-paint-worklet-expected.txt
index 20d967ee38464ac894304ccc6bafd4becdfac77a..621d997592dfcd7eb94d1dd6555c3df7c83646f4 100644
--- a/third_party/WebKit/LayoutTests/http/tests/worklet/webexposed/global-interface-listing-paint-worklet-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/worklet/webexposed/global-interface-listing-paint-worklet-expected.txt
@@ -258,6 +258,11 @@ CONSOLE MESSAGE: line 137: method set
CONSOLE MESSAGE: line 137: method values
CONSOLE MESSAGE: line 137: interface WorkletGlobalScope
CONSOLE MESSAGE: line 137: method constructor
+CONSOLE MESSAGE: line 137: interface WritableStream
+CONSOLE MESSAGE: line 137: getter locked
+CONSOLE MESSAGE: line 137: method abort
+CONSOLE MESSAGE: line 137: method constructor
+CONSOLE MESSAGE: line 137: method getWriter
CONSOLE MESSAGE: line 137: global object
CONSOLE MESSAGE: line 137: attribute console
CONSOLE MESSAGE: line 137: method gc

Powered by Google App Engine
This is Rietveld 408576698