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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/general.js

Issue 2561443004: Implementation of ReadableStream pipeTo and pipeThrough (Closed)
Patch Set: Rebase and move includes to .gn Created 3 years, 11 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/http/tests/streams/readable-streams/general.js
diff --git a/third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/general.js b/third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/general.js
index 28c0c104ed69dc38cb1adb959badbba1118bae34..288fcce7823984fb493c52cdbef21693989a0490 100644
--- a/third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/general.js
+++ b/third_party/WebKit/LayoutTests/http/tests/streams/readable-streams/general.js
@@ -37,7 +37,7 @@ test(() => {
test(() => {
- const methods = ['cancel', 'constructor', 'getReader', 'tee'];
+ const methods = ['cancel', 'constructor', 'getReader', 'pipeThrough', 'pipeTo', 'tee'];
const properties = methods.concat(['locked']).sort();
const rs = new ReadableStream();

Powered by Google App Engine
This is Rietveld 408576698