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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/streams/README.md

Issue 1404523005: Implement author-constructible ReadableStream using V8 extras (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor test tweaks Created 5 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/streams/README.md
diff --git a/third_party/WebKit/LayoutTests/http/tests/streams/README.md b/third_party/WebKit/LayoutTests/http/tests/streams/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..94ca80ca5a0c4506d6919668ed1d6f9e6cb02e22
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/http/tests/streams/README.md
@@ -0,0 +1,5 @@
+# Streams Tests in Blink
+
+These tests are drawn from those [in the reference implementation](https://github.com/whatwg/streams/tree/master/reference-implementation)'s web-platform-tests subdirectory. Eventually they will be upstreamed to web-platform-tests proper.
+
+Slight modifications have been made in some cases, e.g. to remove references to `pipeTo` and `pipeThrough` since we have not implemented those yet.

Powered by Google App Engine
This is Rietveld 408576698