/fetch/content-encoding/zstd/bad-zstd-body.https.any.html| status | subtest | message |
|---|---|---|
| PASS | Fetching a resource with bad zstd content should still resolve | |
| FAIL | Consuming the body of a resource with bad zstd content with arrayBuffer() should reject | assert_unreached: Should have rejected: undefined Reached unreachable code |
| FAIL | Consuming the body of a resource with bad zstd content with blob() should reject | assert_unreached: Should have rejected: undefined Reached unreachable code |
| FAIL | Consuming the body of a resource with bad zstd content with bytes() should reject | assert_unreached: Should have rejected: undefined Reached unreachable code |
| PASS | Consuming the body of a resource with bad zstd content with formData() should reject | |
| FAIL | Consuming the body of a resource with bad zstd content with json() should reject | promise_rejects_js: function "function() { throw e; }" threw object "SyntaxError: Unexpected token 'o', "not actually zstd" is not valid JSON" ("SyntaxError") expected instance of function "function T… |
| FAIL | Consuming the body of a resource with bad zstd content with text() should reject | assert_unreached: Should have rejected: undefined Reached unreachable code |
bundle built 2026-07-16T07:16:48.063Z