wpt
wpt copied to clipboard
Add range tests for blob
Add basic tests for a blob range request.
Related To: https://github.com/whatwg/fetch/issues/1070
Current status:
Test | Firefox | Safari | Chrome |
---|---|---|---|
Blob range request slices the blob | :x: | :heavy_check_mark: | :heavy_check_mark: |
Blob range request with multiple range values | :x: | :x: | :heavy_check_mark: |
Blob range request with short range end | :x: | :x: | :x: |
Blob range with no start or end | :x: | :x: | :x: |
Blob range with no end | :x: | :heavy_check_mark: | :heavy_check_mark: |
Blob range with no start | :x: | :heavy_check_mark: | :heavy_check_mark: |
Blob range request with multiple range headers | :x: | :x: | :x: |