diff options
author | Andreu Botella <abb@randomunok.com> | 2021-10-28 22:01:42 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-29 10:31:42 +0530 |
commit | bc8e94155a735a75d283515970183bede7eb67a8 (patch) | |
tree | 2e8df11832c3124783d07612625aa10df9a01e0f /tools | |
parent | 34a9ddff091950aee9d89915cd13944259e7d346 (diff) |
fix(encoding): support additional encoding labels (#12586)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/wpt/expectation.json | 26 |
1 files changed, 3 insertions, 23 deletions
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 +} |