diff options
Diffstat (limited to 'tools/wpt')
| -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, |
