From bc8e94155a735a75d283515970183bede7eb67a8 Mon Sep 17 00:00:00 2001 From: Andreu Botella Date: Thu, 28 Oct 2021 22:01:42 -0700 Subject: fix(encoding): support additional encoding labels (#12586) --- tools/wpt/expectation.json | 26 +++----------------------- 1 file changed, 3 insertions(+), 23 deletions(-) (limited to 'tools') diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index d8931aefe..361b734e4 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -6063,28 +6063,8 @@ "textdecoder-fatal.any.worker.html": true, "textdecoder-ignorebom.any.html": true, "textdecoder-ignorebom.any.worker.html": true, - "textdecoder-labels.any.html": [ - "unicode11utf8 => UTF-8", - "unicode20utf8 => UTF-8", - "x-unicode20utf8 => UTF-8", - "unicodefffe => UTF-16BE", - "csunicode => UTF-16LE", - "iso-10646-ucs-2 => UTF-16LE", - "ucs-2 => UTF-16LE", - "unicode => UTF-16LE", - "unicodefeff => UTF-16LE" - ], - "textdecoder-labels.any.worker.html": [ - "unicode11utf8 => UTF-8", - "unicode20utf8 => UTF-8", - "x-unicode20utf8 => UTF-8", - "unicodefffe => UTF-16BE", - "csunicode => UTF-16LE", - "iso-10646-ucs-2 => UTF-16LE", - "ucs-2 => UTF-16LE", - "unicode => UTF-16LE", - "unicodefeff => UTF-16LE" - ], + "textdecoder-labels.any.html": true, + "textdecoder-labels.any.worker.html": true, "textdecoder-streaming.any.html": true, "textdecoder-streaming.any.worker.html": true, "textdecoder-utf16-surrogates.any.html": true, @@ -9288,4 +9268,4 @@ "Pattern: [] Inputs: []" ] } -} \ No newline at end of file +} -- cgit v1.2.3