diff options
Diffstat (limited to 'tests/wpt/meta/xhr/blob-range.any.js.ini')
-rw-r--r-- | tests/wpt/meta/xhr/blob-range.any.js.ini | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/tests/wpt/meta/xhr/blob-range.any.js.ini b/tests/wpt/meta/xhr/blob-range.any.js.ini index e743d94658e..158301c7929 100644 --- a/tests/wpt/meta/xhr/blob-range.any.js.ini +++ b/tests/wpt/meta/xhr/blob-range.any.js.ini @@ -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 |