diff options
author | Matt Mastracci <matthew@mastracci.com> | 2023-08-05 15:43:16 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-05 15:43:16 -0600 |
commit | 85a2b281f566d3404d23852ae29d4a75d020dd5e (patch) | |
tree | 1286dbd22844981b2b2c51872f9ef99bd7073300 /tools | |
parent | a1280c36c245daf1552651559d3c3c6c6e8ed71b (diff) |
chore: use zlib-ng for flate2 (#20059)
Extracted from PR #16011
Diffstat (limited to 'tools')
-rw-r--r-- | tools/wpt/expectation.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index 2eb165dea..c587062ca 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -7619,8 +7619,12 @@ "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-corrupt-input.tentative.any.html": [ + "truncating the input for 'deflate' should give an error" + ], + "decompression-corrupt-input.tentative.any.worker.html": [ + "truncating the input for 'deflate' should give an error" + ], "decompression-empty-input.tentative.any.html": true, "decompression-empty-input.tentative.any.worker.html": true, "decompression-split-chunk.tentative.any.html": true, |