mirror of
https://github.com/servo/servo.git
synced 2025-08-14 09:55:35 +01:00
Add Content Range Header and add one for blob end range (#34797)
Signed-off-by: rayguo17 <rayguo17@gmail.com>
This commit is contained in:
parent
faf30176f1
commit
55ac1887dc
6 changed files with 75 additions and 95 deletions
20
tests/wpt/meta/xhr/blob-range.any.js.ini
vendored
20
tests/wpt/meta/xhr/blob-range.any.js.ini
vendored
|
@ -1,24 +1,24 @@
|
|||
[blob-range.any.worker.html]
|
||||
[A simple blob range request.]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[A blob range request with no type.]
|
||||
expected: FAIL
|
||||
|
||||
[A blob range request with no end.]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[A blob range request with no start.]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[A simple blob range request with whitespace.]
|
||||
expected: FAIL
|
||||
|
||||
[Blob content with short content and a large range end]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[Blob content with short content and a range end matching content length]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[Blob range with whitespace before and after hyphen]
|
||||
expected: FAIL
|
||||
|
@ -83,25 +83,25 @@
|
|||
|
||||
[blob-range.any.html]
|
||||
[A simple blob range request.]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[A blob range request with no type.]
|
||||
expected: FAIL
|
||||
|
||||
[A blob range request with no end.]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[A blob range request with no start.]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[A simple blob range request with whitespace.]
|
||||
expected: FAIL
|
||||
|
||||
[Blob content with short content and a large range end]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[Blob content with short content and a range end matching content length]
|
||||
expected: FAIL
|
||||
expected: PASS
|
||||
|
||||
[Blob range with whitespace before and after hyphen]
|
||||
expected: FAIL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue