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. |