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

Unified Diff: LayoutTests/fast/encoding/api/encoding-labels-expected.txt

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/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

Powered by Google App Engine
This is Rietveld 408576698