| Index: LayoutTests/fast/encoding/char-encoding-expected.txt
|
| diff --git a/LayoutTests/fast/encoding/char-encoding-expected.txt b/LayoutTests/fast/encoding/char-encoding-expected.txt
|
| index 5986d0e1e3f4028aeb763ce22141150150f86c6c..fd5db7688f9b69a97283943afef58a893181fca6 100644
|
| --- a/LayoutTests/fast/encoding/char-encoding-expected.txt
|
| +++ b/LayoutTests/fast/encoding/char-encoding-expected.txt
|
| @@ -21,4 +21,9 @@ PASS encode('GBK', 'U+01F9') is '%A8%BF'
|
| PASS encode('GBK', 'U+1E3F') is '%A8%BC'
|
| PASS encode('GBK', 'U+22EF') is '%A1%AD'
|
| PASS encode('GBK', 'U+301C') is '%A1%AB'
|
| +PASS encode('csiso2022kr', 'U+00A0') is '%C2%A0'
|
| +PASS encode('hz-gb-2312', 'U+00A0') is '%C2%A0'
|
| +PASS encode('iso-2022-cn', 'U+00A0') is '%C2%A0'
|
| +PASS encode('iso-2022-cn-ext', 'U+00A0') is '%C2%A0'
|
| +PASS encode('iso-2022-kr', 'U+00A0') is '%C2%A0'
|
|
|
|
|