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

Side by Side 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 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 unified diff | Download patch
OLDNEW
(Empty)
1 # Streams Tests in Blink
2
3 These tests are drawn from those [in the reference implementation](https://githu b.com/whatwg/streams/tree/master/reference-implementation)'s web-platform-tests subdirectory. Eventually they will be upstreamed to web-platform-tests proper.
4
5 Slight modifications have been made in some cases, e.g. to remove references to `pipeTo` and `pipeThrough` since we have not implemented those yet.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698