tree: bb5121e031bfb892a969d8e3793a81aefe6c5900 [path history] [tgz]
  1. chromium/
  2. resources/
  3. DIR_METADATA
  4. README.md
chromium/src/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.