From 89329e62540060b56adeacd6502d1366b9a5d50b Mon Sep 17 00:00:00 2001 From: cola119 Date: Sun, 30 Oct 2022 13:43:05 +0900 Subject: [PATCH] fixup! lib: fix TypeError when converting a detached buffer source --- test/wpt/status/encoding.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/test/wpt/status/encoding.json b/test/wpt/status/encoding.json index 47d8c5f487fff9..ed98d966297ce2 100644 --- a/test/wpt/status/encoding.json +++ b/test/wpt/status/encoding.json @@ -61,12 +61,7 @@ "requires": ["small-icu"] }, "streams/decode-utf8.any.js": { - "requires": ["small-icu"], - "fail": { - "expected": [ - "decoding a transferred ArrayBuffer chunk should give no output" - ] - } + "requires": ["small-icu"] }, "streams/decode-bad-chunks.any.js": { "fail": {