tree: 9617f05f6a05b7abebfc01346e8ac1164906df1c [path history] [tgz]
  1. chromium/
  2. resources/
  3. transferable/
  4. OWNERS
  5. README.md
third_party/blink/web_tests/http/tests/streams/README.md

Streams Tests in Blink

Tests for ReadableStream and WritableStream can be found at LayoutTests/external/wpt/streams. Only things specific to Blink are in this directory.

  • chromium/ - Tests for functionality specific to Blink.
  • resources/ - Contains rs-utils.js, which is used by stream-related tests in ../fetch.
  • transferables/ - Contains tests for transferable streams. These will be upstreamed to wpt once they are standardised.