| Index: LayoutTests/fast/encoding/api/resources/shared.js
|
| diff --git a/LayoutTests/fast/encoding/api/resources/shared.js b/LayoutTests/fast/encoding/api/resources/shared.js
|
| index c02f0bad72f99be197d33fcecd51d7e1bd2fa61e..7fd731f79fac8bf885c33c8b9fe51cdae1c983e9 100644
|
| --- a/LayoutTests/fast/encoding/api/resources/shared.js
|
| +++ b/LayoutTests/fast/encoding/api/resources/shared.js
|
| @@ -463,5 +463,16 @@ encodings_table = [
|
| }
|
| ],
|
| "heading": "Legacy miscellaneous encodings"
|
| + },
|
| + {
|
| + "encodings": [
|
| + {
|
| + "labels": [
|
| + "base64",
|
| + ],
|
| + "name": "base64"
|
| + },
|
| + ],
|
| + "heading": "Base64 encodings"
|
| }
|
| ];
|
|
|