diff options
author | Leo Kettmeir <crowlkats@toaxl.com> | 2022-01-24 18:03:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-24 18:03:06 +0100 |
commit | 30ddf436d0d48ce0f9238f1728bc83aa4c6dddad (patch) | |
tree | 92cb750fe2a2beaf9b5884530bb3419ddee54cb4 /tools | |
parent | ae0414fa3581d76af44192567d73dce987c69b9d (diff) |
feat(ext/web): add CompressionStream API (#11728)
Co-authored-by: Luca Casonato <hello@lcas.dev>
Co-authored-by: Ryan Dahl <ry@tinyclouds.org>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/wpt/expectation.json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index 6c8b2e4d0..f5cb0171d 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -4030,5 +4030,37 @@ "Pattern: [{\"pathname\":\"*/{*}\"}] Inputs: [{\"pathname\":\"foo/bar\"}]", "Pattern: [{\"pathname\":\"*//*\"}] Inputs: [{\"pathname\":\"foo/bar\"}]" ] + }, + "compression": { + "compression-bad-chunks.tentative.any.html": true, + "compression-bad-chunks.tentative.any.worker.html": true, + "compression-including-empty-chunk.tentative.any.html": true, + "compression-including-empty-chunk.tentative.any.worker.html": true, + "compression-multiple-chunks.tentative.any.html": true, + "compression-multiple-chunks.tentative.any.worker.html": true, + "compression-output-length.tentative.any.html": true, + "compression-output-length.tentative.any.worker.html": true, + "compression-stream.tentative.any.html": true, + "compression-stream.tentative.any.worker.html": true, + "compression-with-detach.tentative.window.html": true, + "decompression-bad-chunks.tentative.any.html": true, + "decompression-bad-chunks.tentative.any.worker.html": true, + "decompression-buffersource.tentative.any.html": true, + "decompression-buffersource.tentative.any.worker.html": true, + "decompression-constructor-error.tentative.any.html": true, + "decompression-constructor-error.tentative.any.worker.html": true, + "decompression-correct-input.tentative.any.html": true, + "decompression-correct-input.tentative.any.worker.html": true, + "decompression-corrupt-input.tentative.any.html": true, + "decompression-corrupt-input.tentative.any.worker.html": true, + "decompression-empty-input.tentative.any.html": true, + "decompression-empty-input.tentative.any.worker.html": true, + "decompression-split-chunk.tentative.any.html": true, + "decompression-split-chunk.tentative.any.worker.html": true, + "decompression-uint8array-output.tentative.any.html": true, + "decompression-uint8array-output.tentative.any.worker.html": true, + "decompression-with-detach.tentative.window.html": true, + "idlharness.https.any.html": true, + "idlharness.https.any.worker.html": true } }
\ No newline at end of file |