Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(160)

Unified Diff: LayoutTests/fast/encoding/api/resources/shared.js

Issue 143943017: Added Base64 support in TextEncoder and TextDecoder. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"
}
];

Powered by Google App Engine
This is Rietveld 408576698