| Index: LayoutTests/fast/encoding/api/ascii-supersets-expected.txt
|
| diff --git a/LayoutTests/fast/encoding/api/ascii-supersets-expected.txt b/LayoutTests/fast/encoding/api/ascii-supersets-expected.txt
|
| index d6ee54e24e019c75d430411940ba634f3b8e7c1f..f27ac86bc408a45643ec114147d8f18008700254 100644
|
| --- a/LayoutTests/fast/encoding/api/ascii-supersets-expected.txt
|
| +++ b/LayoutTests/fast/encoding/api/ascii-supersets-expected.txt
|
| @@ -4,7 +4,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
|
|
|
|
|
| decoder = new TextDecoder("ibm866")
|
| -FAIL decoder = new TextDecoder("ibm866") threw exception TypeError: Type error
|
| +FAIL decoder = new TextDecoder("ibm866") threw exception TypeError: Failed to construct 'TextDecoder': The encoding label provided ('ibm866') is invalid.
|
| decoder = new TextDecoder("iso-8859-2")
|
| decoded = decoder.decode(new Uint8Array(bytes))
|
| PASS encodeURIComponent(string) is encodeURIComponent(decoded)
|
|
|