| 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 f27ac86bc408a45643ec114147d8f18008700254..f4f5bca7ec60b9a37cf9554ef36449347d0d235e 100644
|
| --- a/LayoutTests/fast/encoding/api/ascii-supersets-expected.txt
|
| +++ b/LayoutTests/fast/encoding/api/ascii-supersets-expected.txt
|
| @@ -110,9 +110,6 @@ FAIL encodeURIComponent(string) should be %00%01%02%03%04%05%06%07%08%09%0A%0B%0
|
| decoder = new TextDecoder("euc-kr")
|
| decoded = decoder.decode(new Uint8Array(bytes))
|
| PASS encodeURIComponent(string) is encodeURIComponent(decoded)
|
| -decoder = new TextDecoder("iso-2022-kr")
|
| -decoded = decoder.decode(new Uint8Array(bytes))
|
| -PASS encodeURIComponent(string) is encodeURIComponent(decoded)
|
| decoder = new TextDecoder("x-user-defined")
|
| decoded = decoder.decode(new Uint8Array(bytes))
|
| PASS encodeURIComponent(string) is encodeURIComponent(decoded)
|
|
|