diff options
author | TIN TUN AUNG <62133983+rayguo17@users.noreply.github.com> | 2025-01-14 08:21:29 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-14 00:21:29 +0000 |
commit | 55ac1887dc57f5b7924059ed57612338a2c7bf51 (patch) | |
tree | f4c9a466340a7aa37ea63db4db17d0d43665daeb /tests/wpt/meta/fetch/range | |
parent | faf30176f18e276125cbdac4a5750834258460c5 (diff) | |
download | servo-55ac1887dc57f5b7924059ed57612338a2c7bf51.tar.gz servo-55ac1887dc57f5b7924059ed57612338a2c7bf51.zip |
Add Content Range Header and add one for blob end range (#34797)
Signed-off-by: rayguo17 <rayguo17@gmail.com>
Diffstat (limited to 'tests/wpt/meta/fetch/range')
-rw-r--r-- | tests/wpt/meta/fetch/range/blob.any.js.ini | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/tests/wpt/meta/fetch/range/blob.any.js.ini b/tests/wpt/meta/fetch/range/blob.any.js.ini index b20ec230d9d..9dd565dc64f 100644 --- a/tests/wpt/meta/fetch/range/blob.any.js.ini +++ b/tests/wpt/meta/fetch/range/blob.any.js.ini @@ -1,18 +1,18 @@ [blob.any.html] [A simple blob range request.] - expected: FAIL + expected: PASS [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 + expected: PASS [Blob content with short content and a large range end] - expected: FAIL + expected: PASS [Blob range with whitespace before and after hyphen] expected: FAIL @@ -60,7 +60,7 @@ expected: FAIL [Blob content with short content and a range end matching content length] - expected: FAIL + expected: PASS [Blob range with no value] expected: FAIL @@ -83,19 +83,19 @@ [blob.any.worker.html] [A simple blob range request.] - expected: FAIL + expected: PASS [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 + expected: PASS [Blob content with short content and a large range end] - expected: FAIL + expected: PASS [Blob range with whitespace before and after hyphen] expected: FAIL @@ -143,7 +143,7 @@ expected: FAIL [Blob content with short content and a range end matching content length] - expected: FAIL + expected: PASS [Blob range with no value] expected: FAIL |