| Index: LayoutTests/fast/encoding/api/encoding-labels-expected.txt
|
| diff --git a/LayoutTests/fast/encoding/api/encoding-labels-expected.txt b/LayoutTests/fast/encoding/api/encoding-labels-expected.txt
|
| index 3cabf728e856367fef7eedffcb2a1b2020b12ec8..bbe55fb37b600e13ef23e1d9515b347dae708326 100644
|
| --- a/LayoutTests/fast/encoding/api/encoding-labels-expected.txt
|
| +++ b/LayoutTests/fast/encoding/api/encoding-labels-expected.txt
|
| @@ -303,6 +303,9 @@ PASS new TextDecoder("utf-16le").encoding is "utf-16le"
|
|
|
| name = "x-user-defined"
|
| PASS new TextDecoder("x-user-defined").encoding is "x-user-defined"
|
| +
|
| +name = "base64"
|
| +PASS new TextDecoder("base64").encoding is "base64"
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|