diff options
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 +} |