| Index: LayoutTests/fast/encoding/api/encoding-names-expected.txt
|
| diff --git a/LayoutTests/fast/encoding/api/encoding-names-expected.txt b/LayoutTests/fast/encoding/api/encoding-names-expected.txt
|
| index 0e1b7a1825c1bf451c97b4f934408d37efc3fad9..5548c87abf3eff2b281086eb0488d2d0dcaaae30 100644
|
| --- a/LayoutTests/fast/encoding/api/encoding-names-expected.txt
|
| +++ b/LayoutTests/fast/encoding/api/encoding-names-expected.txt
|
| @@ -16,6 +16,8 @@ PASS new TextDecoder('ascii').encoding is "windows-1252"
|
| PASS new TextDecoder('ASCII').encoding is "windows-1252"
|
| PASS new TextDecoder('iso-8859-1').encoding is "windows-1252"
|
| PASS new TextDecoder('ISO-8859-1').encoding is "windows-1252"
|
| +PASS new TextDecoder('base64').encoding is "base64"
|
| +PASS new TextDecoder('BASE64').encoding is "base64"
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|