From 30ddf436d0d48ce0f9238f1728bc83aa4c6dddad Mon Sep 17 00:00:00 2001 From: Leo Kettmeir Date: Mon, 24 Jan 2022 18:03:06 +0100 Subject: feat(ext/web): add CompressionStream API (#11728) Co-authored-by: Luca Casonato Co-authored-by: Ryan Dahl --- tools/wpt/expectation.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) (limited to 'tools') 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 -- cgit v1.2.3