wpt icon indicating copy to clipboard operation
wpt copied to clipboard

Add range tests for blob

Open dlrobertson opened this issue 2 years ago • 1 comments

Add basic tests for a blob range request.

Related To: https://github.com/whatwg/fetch/issues/1070

dlrobertson avatar Jun 11 '22 20:06 dlrobertson

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:

dlrobertson avatar Jun 11 '22 20:06 dlrobertson